#BDC0DC

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

Shades of Lavender Grey #BDC0DC

Tints of Lavender Grey #BDC0DC

Color information

#BDC0DC (or 0xBDC0DC) is unknown color: approx Lavender Grey. HEX triplet: BD, C0 and DC. RGB value is (189,192,220). Sum of RGB (Red+Green+Blue) = 189+192+220=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0DC is #423F23. Grayscale: #C2C2C2. Windows color (decimal): -4341540 or 14467261. OLE color: 14467261.

HSL color Cylindrical-coordinate representation of color #BDC0DC: hue angle of 234.19º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC0DC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189192220-
CMYK0.140.1300.14
HSL234.19º30.69%80.2%-
HSV(B)234.19º14.09%86.27%-
XYZ52.7553.6975.29-
YUV194.3142.51124.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=31.45%
G=31.95%
B=36.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891922200.140.1300.14234.1930.6980.2
HexBDC0DCED0Eea1f50
Octal275300334161501635237120
Binary101111011100000011011100111011010111011101010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0DC; }

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

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

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

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

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

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

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

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