#BBBDCC

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

Shades of Lavender Grey #BBBDCC

Tints of Lavender Grey #BBBDCC

Color information

#BBBDCC (or 0xBBBDCC) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and CC. RGB value is (187,189,204). Sum of RGB (Red+Green+Blue) = 187+189+204=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDCC is #444233. Grayscale: #BEBEBE. Windows color (decimal): -4473396 or 13417915. OLE color: 13417915.

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

Color convert

RGB187189204-
CMYK0.080.0700.2
HSL232.94º14.29%76.67%-
HSV(B)232.94º8.33%80%-
XYZ49.5951.3264.42-
YUV190.11135.84125.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=32.24%
G=32.59%
B=35.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871892040.080.0700.2232.9414.2976.67
HexBBBDCC87014e9e4d
Octal27327531410702435116115
Binary10111011101111011100110010001110101001110100111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDCC; }

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

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

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

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

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

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

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

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