#BBBDCA

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

Shades of Lavender Grey #BBBDCA

Tints of Lavender Grey #BBBDCA

Color information

#BBBDCA (or 0xBBBDCA) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and CA. RGB value is (187,189,202). Sum of RGB (Red+Green+Blue) = 187+189+202=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDCA is #444235. Grayscale: #BDBDBD. Windows color (decimal): -4473398 or 13286843. OLE color: 13286843.

HSL color Cylindrical-coordinate representation of color #BBBDCA: hue angle of 232º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBBDCA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187189202-
CMYK0.070.0600.21
HSL232º12.4%76.27%-
HSV(B)232º7.43%79.22%-
XYZ49.3551.2263.16-
YUV189.88134.84125.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=32.35%
G=32.70%
B=34.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871892020.070.0600.2123212.476.27
HexBBBDCA76015e8c4c
Octal2732753127602535014114
Binary1011101110111101110010101111100101011110100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDCA; }

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

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

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

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

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

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

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

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