#BDBBD2

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

Shades of Lavender Grey #BDBBD2

Tints of Lavender Grey #BDBBD2

Color information

#BDBBD2 (or 0xBDBBD2) is unknown color: approx Lavender Grey. HEX triplet: BD, BB and D2. RGB value is (189,187,210). Sum of RGB (Red+Green+Blue) = 189+187+210=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD2 is #42442D. Grayscale: #BEBEBE. Windows color (decimal): -4342830 or 13810621. OLE color: 13810621.

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

Color convert

RGB189187210-
CMYK0.100.1100.18
HSL245.22º20.35%77.84%-
HSV(B)245.22º10.95%82.35%-
XYZ50.3951.0168.16-
YUV190.22139.16127.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 210 (82.42% from 255) = 35.84%
R=32.25%
G=31.91%
B=35.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891872100.100.1100.18245.2220.3577.84
HexBDBBD2AB012f5144e
Octal275273322121302236524116
Binary1011110110111011110100101010101101001011110101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBD2; }

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

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

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

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

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

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

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

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