#BBBBE4

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

Shades of Lavender Grey #BBBBE4

Tints of Lavender Grey #BBBBE4

Color information

#BBBBE4 (or 0xBBBBE4) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and E4. RGB value is (187,187,228). Sum of RGB (Red+Green+Blue) = 187+187+228=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBBBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBE4 is #44441B. Grayscale: #BFBFBF. Windows color (decimal): -4473884 or 14990267. OLE color: 14990267.

HSL color Cylindrical-coordinate representation of color #BBBBE4: hue angle of 240º 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 #BBBBE4 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187187228-
CMYK0.180.1800.11
HSL240º43.16%81.37%-
HSV(B)240º17.98%89.41%-
XYZ52.2751.7180.62-
YUV191.67148.5124.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 228 (89.45% from 255) = 37.87%
R=31.06%
G=31.06%
B=37.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871872280.180.1800.1124043.1681.37
HexBBBBE412120Bf02b51
Octal273273344222201336053121
Binary101110111011101111100100100101001001011111100001010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBE4; }

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

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

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

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

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

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

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

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