#B8BAE4

Color #B8BAE4 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B8BAE4

Tints of Lavender Grey #B8BAE4

Color information

#B8BAE4 (or 0xB8BAE4) is unknown color: approx Lavender Grey. HEX triplet: B8, BA and E4. RGB value is (184,186,228). Sum of RGB (Red+Green+Blue) = 184+186+228=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 228 - color contains mainly: blue. Hex color #B8BAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BAE4 is #47451B. Grayscale: #BEBEBE. Windows color (decimal): -4670748 or 14990008. OLE color: 14990008.

HSL color Cylindrical-coordinate representation of color #B8BAE4: hue angle of 237.27º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8BAE4 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184186228-
CMYK0.190.1800.11
HSL237.27º44.9%80.78%-
HSV(B)237.27º19.3%89.41%-
XYZ51.3350.9180.52-
YUV190.19149.34123.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 30.77%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 228 (89.45% from 255) = 38.13%
R=30.77%
G=31.10%
B=38.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841862280.190.1800.11237.2744.980.78
HexB8BAE413120Bed2d51
Octal270272344232201335555121
Binary101110001011101011100100100111001001011111011011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BAE4; }

 p { color: rgb(184,186,228); }

 H1.HeaderClassName
 {
   color: #B8BAE4;
 }
 .AnyTagClassName
 {
   color: #B8BAE4;
 }
</style>
background-color css

<style>
 a { background-color: #B8BAE4; }

 a { background-color: rgb(184,186,228); }

 div.DivClassName
 {
   background-color: #B8BAE4;
 }
 .BgClassName
 {
   background-color: #B8BAE4;
 }
</style>
border-color css

<style>
 span { border-color: #B8BAE4; }

 span { border-color: rgb(184,186,228); }

 td.TdClassName
 {
   border-color: #B8BAE4;
 }
 .TagClassName
 {
   border-color: #B8BAE4;
 }
</style>