#BBBDD4

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

Shades of Lavender Grey #BBBDD4

Tints of Lavender Grey #BBBDD4

Color information

#BBBDD4 (or 0xBBBDD4) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and D4. RGB value is (187,189,212). Sum of RGB (Red+Green+Blue) = 187+189+212=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD4 is #44422B. Grayscale: #BEBEBE. Windows color (decimal): -4473388 or 13942203. OLE color: 13942203.

HSL color Cylindrical-coordinate representation of color #BBBDD4: hue angle of 235.2º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBBDD4 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187189212-
CMYK0.120.1100.17
HSL235.2º22.52%78.24%-
HSV(B)235.2º11.79%83.14%-
XYZ50.5751.7169.6-
YUV191.02139.84125.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=31.80%
G=32.14%
B=36.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871892120.120.1100.17235.222.5278.24
HexBBBDD4CB011eb174e
Octal273275324141302135327116
Binary1011101110111101110101001100101101000111101011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDD4; }

 p { color: rgb(187,189,212); }

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

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

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

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

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

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

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