#BBB8EE

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

Shades of Lavender Grey #BBB8EE

Tints of Lavender Grey #BBB8EE

Color information

#BBB8EE (or 0xBBB8EE) is unknown color: approx Lavender Grey. HEX triplet: BB, B8 and EE. RGB value is (187,184,238). Sum of RGB (Red+Green+Blue) = 187+184+238=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8EE is #444711. Grayscale: #BEBEBE. Windows color (decimal): -4474642 or 15644859. OLE color: 15644859.

HSL color Cylindrical-coordinate representation of color #BBB8EE: hue angle of 243.33º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB8EE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187184238-
CMYK0.210.2300.07
HSL243.33º61.36%82.75%-
HSV(B)243.33º22.69%93.33%-
XYZ53.0751.0287.94-
YUV191.05154.49125.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.71%
GREEN value IS 184 (72.27% from 255) = 30.21%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=30.71%
G=30.21%
B=39.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871842380.210.2300.07243.3361.3682.75
HexBBB8EE151707f33d53
Octal27327035625270736375123
Binary10111011101110001110111010101101110111111100111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8EE; }

 p { color: rgb(187,184,238); }

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

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

 a { background-color: rgb(187,184,238); }

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

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

 span { border-color: rgb(187,184,238); }

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