#BBBDD1

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

Shades of Lavender Grey #BBBDD1

Tints of Lavender Grey #BBBDD1

Color information

#BBBDD1 (or 0xBBBDD1) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and D1. RGB value is (187,189,209). Sum of RGB (Red+Green+Blue) = 187+189+209=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD1 is #44422E. Grayscale: #BEBEBE. Windows color (decimal): -4473391 or 13745595. OLE color: 13745595.

HSL color Cylindrical-coordinate representation of color #BBBDD1: hue angle of 234.55º 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 #BBBDD1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187189209-
CMYK0.110.1000.18
HSL234.55º19.3%77.65%-
HSV(B)234.55º10.53%81.96%-
XYZ50.251.5667.63-
YUV190.68138.34125.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=31.97%
G=32.31%
B=35.73%

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
Decimal1871892090.110.1000.18234.5519.377.65
HexBBBDD1BA012eb134e
Octal273275321131202235323116
Binary1011101110111101110100011011101001001011101011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDD1; }

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

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

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

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

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

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

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

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