#BDC0DE

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

Shades of Lavender Grey #BDC0DE

Tints of Lavender Grey #BDC0DE

Color information

#BDC0DE (or 0xBDC0DE) is unknown color: approx Lavender Grey. HEX triplet: BD, C0 and DE. RGB value is (189,192,222). Sum of RGB (Red+Green+Blue) = 189+192+222=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDC0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0DE is #423F21. Grayscale: #C2C2C2. Windows color (decimal): -4341538 or 14598333. OLE color: 14598333.

HSL color Cylindrical-coordinate representation of color #BDC0DE: hue angle of 234.55º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC0DE is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189192222-
CMYK0.150.1400.13
HSL234.55º33.33%80.59%-
HSV(B)234.55º14.86%87.06%-
XYZ53.0253.7976.7-
YUV194.52143.51124.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=31.34%
G=31.84%
B=36.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891922220.150.1400.13234.5533.3380.59
HexBDC0DEFE0Deb2151
Octal275300336171601535341121
Binary1011110111000000110111101111111001101111010111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0DE; }

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

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

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

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

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

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

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

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