#BBB4DE

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

Shades of Lavender Grey #BBB4DE

Tints of Lavender Grey #BBB4DE

Color information

#BBB4DE (or 0xBBB4DE) is unknown color: approx Lavender Grey. HEX triplet: BB, B4 and DE. RGB value is (187,180,222). Sum of RGB (Red+Green+Blue) = 187+180+222=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBB4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4DE is #444B21. Grayscale: #BABABA. Windows color (decimal): -4475682 or 14595259. OLE color: 14595259.

HSL color Cylindrical-coordinate representation of color #BBB4DE: hue angle of 250º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB4DE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187180222-
CMYK0.160.1900.13
HSL250º38.89%78.82%-
HSV(B)250º18.92%87.06%-
XYZ5048.4875.83-
YUV186.88147.82128.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=31.75%
G=30.56%
B=37.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871802220.160.1900.1325038.8978.82
HexBBB4DE10130Dfa274f
Octal273264336202301537247117
Binary101110111011010011011110100001001101101111110101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4DE; }

 p { color: rgb(187,180,222); }

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

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

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

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

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

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

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