#BDC0D8

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

Shades of Lavender Grey #BDC0D8

Tints of Lavender Grey #BDC0D8

Color information

#BDC0D8 (or 0xBDC0D8) is unknown color: approx Lavender Grey. HEX triplet: BD, C0 and D8. RGB value is (189,192,216). Sum of RGB (Red+Green+Blue) = 189+192+216=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0D8 is #423F27. Grayscale: #C1C1C1. Windows color (decimal): -4341544 or 14205117. OLE color: 14205117.

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

Color convert

RGB189192216-
CMYK0.120.1100.15
HSL233.33º25.71%79.41%-
HSV(B)233.33º12.5%84.71%-
XYZ52.2353.4872.53-
YUV193.84140.51124.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 192 (75.39% from 255) = 32.16%
BLUE value IS 216 (84.77% from 255) = 36.18%
R=31.66%
G=32.16%
B=36.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891922160.120.1100.15233.3325.7179.41
HexBDC0D8CB0Fe91a4f
Octal275300330141301735132117
Binary101111011100000011011000110010110111111101001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0D8; }

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

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

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

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

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

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

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

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