#BBBEE4

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

Shades of Lavender Grey #BBBEE4

Tints of Lavender Grey #BBBEE4

Color information

#BBBEE4 (or 0xBBBEE4) is unknown color: approx Lavender Grey. HEX triplet: BB, BE and E4. RGB value is (187,190,228). Sum of RGB (Red+Green+Blue) = 187+190+228=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBBEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEE4 is #44411B. Grayscale: #C1C1C1. Windows color (decimal): -4473116 or 14991035. OLE color: 14991035.

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

Color convert

RGB187190228-
CMYK0.180.1700.11
HSL235.61º43.16%81.37%-
HSV(B)235.61º17.98%89.41%-
XYZ52.9152.9980.84-
YUV193.43147.51123.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 228 (89.45% from 255) = 37.69%
R=30.91%
G=31.40%
B=37.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871902280.180.1700.11235.6143.1681.37
HexBBBEE412110Bec2b51
Octal273276344222101335453121
Binary101110111011111011100100100101000101011111011001010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEE4; }

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

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

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

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

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

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

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

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