#BBBDCD

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

Shades of Lavender Grey #BBBDCD

Tints of Lavender Grey #BBBDCD

Color information

#BBBDCD (or 0xBBBDCD) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and CD. RGB value is (187,189,205). Sum of RGB (Red+Green+Blue) = 187+189+205=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDCD is #444232. Grayscale: #BEBEBE. Windows color (decimal): -4473395 or 13483451. OLE color: 13483451.

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

Color convert

RGB187189205-
CMYK0.090.0800.20
HSL233.33º15.25%76.86%-
HSV(B)233.33º8.78%80.39%-
XYZ49.7151.3765.05-
YUV190.23136.34125.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=32.19%
G=32.53%
B=35.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871892050.090.0800.20233.3315.2576.86
HexBBBDCD98014e9f4d
Octal273275315111002435117115
Binary101110111011110111001101100110000101001110100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDCD; }

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

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

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

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

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

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

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

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