#BDC0D9

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

Shades of Lavender Grey #BDC0D9

Tints of Lavender Grey #BDC0D9

Color information

#BDC0D9 (or 0xBDC0D9) is unknown color: approx Lavender Grey. HEX triplet: BD, C0 and D9. RGB value is (189,192,217). Sum of RGB (Red+Green+Blue) = 189+192+217=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0D9 is #423F26. Grayscale: #C1C1C1. Windows color (decimal): -4341543 or 14270653. OLE color: 14270653.

HSL color Cylindrical-coordinate representation of color #BDC0D9: hue angle of 233.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC0D9 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189192217-
CMYK0.130.1200.15
HSL233.57º26.92%79.61%-
HSV(B)233.57º12.9%85.1%-
XYZ52.3653.5373.22-
YUV193.95141.01124.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 192 (75.39% from 255) = 32.11%
BLUE value IS 217 (85.16% from 255) = 36.29%
R=31.61%
G=32.11%
B=36.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891922170.130.1200.15233.5726.9279.61
HexBDC0D9DC0Fea1b50
Octal275300331151401735233120
Binary101111011100000011011001110111000111111101010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0D9; }

 p { color: rgb(189,192,217); }

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

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

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

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

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

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

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