#BBBCCD

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

Shades of Lavender Grey #BBBCCD

Tints of Lavender Grey #BBBCCD

Color information

#BBBCCD (or 0xBBBCCD) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and CD. RGB value is (187,188,205). Sum of RGB (Red+Green+Blue) = 187+188+205=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBBCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCCD is #444332. Grayscale: #BDBDBD. Windows color (decimal): -4473651 or 13483195. OLE color: 13483195.

HSL color Cylindrical-coordinate representation of color #BBBCCD: hue angle of 236.67º 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 #BBBCCD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187188205-
CMYK0.090.0800.20
HSL236.67º15.25%76.86%-
HSV(B)236.67º8.78%80.39%-
XYZ49.550.9464.98-
YUV189.64136.67126.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=32.24%
G=32.41%
B=35.34%

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
Decimal1871882050.090.0800.20236.6715.2576.86
HexBBBCCD98014edf4d
Octal273274315111002435517115
Binary101110111011110011001101100110000101001110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCCD; }

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

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

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

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

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

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

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

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