#BBBEE5

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

Shades of Lavender Grey #BBBEE5

Tints of Lavender Grey #BBBEE5

Color information

#BBBEE5 (or 0xBBBEE5) is unknown color: approx Lavender Grey. HEX triplet: BB, BE and E5. RGB value is (187,190,229). Sum of RGB (Red+Green+Blue) = 187+190+229=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBBEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEE5 is #44411A. Grayscale: #C1C1C1. Windows color (decimal): -4473115 or 15056571. OLE color: 15056571.

HSL color Cylindrical-coordinate representation of color #BBBEE5: hue angle of 235.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBBEE5 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187190229-
CMYK0.180.1700.10
HSL235.71º44.68%81.57%-
HSV(B)235.71º18.34%89.8%-
XYZ53.0553.0581.57-
YUV193.55148.01123.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 229 (89.84% from 255) = 37.79%
R=30.86%
G=31.35%
B=37.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871902290.180.1700.10235.7144.6881.57
HexBBBEE512110Aec2d52
Octal273276345222101235455122
Binary101110111011111011100101100101000101010111011001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEE5; }

 p { color: rgb(187,190,229); }

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

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

 a { background-color: rgb(187,190,229); }

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

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

 span { border-color: rgb(187,190,229); }

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