#BBBDCB

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

Shades of Lavender Grey #BBBDCB

Tints of Lavender Grey #BBBDCB

Color information

#BBBDCB (or 0xBBBDCB) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and CB. RGB value is (187,189,203). Sum of RGB (Red+Green+Blue) = 187+189+203=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDCB is #444234. Grayscale: #BDBDBD. Windows color (decimal): -4473397 or 13352379. OLE color: 13352379.

HSL color Cylindrical-coordinate representation of color #BBBDCB: hue angle of 232.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBDCB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187189203-
CMYK0.080.0700.20
HSL232.5º13.33%76.47%-
HSV(B)232.5º7.88%79.61%-
XYZ49.4751.2763.79-
YUV190135.34125.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=32.30%
G=32.64%
B=35.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871892030.080.0700.20232.513.3376.47
HexBBBDCB87014e8d4c
Octal27327531310702435015114
Binary10111011101111011100101110001110101001110100011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDCB; }

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

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

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

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

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

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

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

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