#BBBCD1

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

Shades of Lavender Grey #BBBCD1

Tints of Lavender Grey #BBBCD1

Color information

#BBBCD1 (or 0xBBBCD1) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and D1. RGB value is (187,188,209). Sum of RGB (Red+Green+Blue) = 187+188+209=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCD1 is #44432E. Grayscale: #BEBEBE. Windows color (decimal): -4473647 or 13745339. OLE color: 13745339.

HSL color Cylindrical-coordinate representation of color #BBBCD1: hue angle of 237.27º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBCD1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187188209-
CMYK0.110.1000.18
HSL237.27º19.3%77.65%-
HSV(B)237.27º10.53%81.96%-
XYZ49.9951.1367.56-
YUV190.1138.67125.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=32.02%
G=32.19%
B=35.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871882090.110.1000.18237.2719.377.65
HexBBBCD1BA012ed134e
Octal273274321131202235523116
Binary1011101110111100110100011011101001001011101101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCD1; }

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

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

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

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

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

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

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

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