#BDBDD2

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

Shades of Lavender Grey #BDBDD2

Tints of Lavender Grey #BDBDD2

Color information

#BDBDD2 (or 0xBDBDD2) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and D2. RGB value is (189,189,210). Sum of RGB (Red+Green+Blue) = 189+189+210=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD2 is #42422D. Grayscale: #BFBFBF. Windows color (decimal): -4342318 or 13811133. OLE color: 13811133.

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

Color convert

RGB189189210-
CMYK0.100.1000.18
HSL240º18.92%78.24%-
HSV(B)240º10%82.35%-
XYZ50.8251.8768.31-
YUV191.39138.5126.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=32.14%
G=32.14%
B=35.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891892100.100.1000.1824018.9278.24
HexBDBDD2AA012f0134e
Octal275275322121202236023116
Binary1011110110111101110100101010101001001011110000100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDD2; }

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

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

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

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

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

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

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

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