#BDC1DC

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

Shades of Lavender Grey #BDC1DC

Tints of Lavender Grey #BDC1DC

Color information

#BDC1DC (or 0xBDC1DC) is unknown color: approx Lavender Grey. HEX triplet: BD, C1 and DC. RGB value is (189,193,220). Sum of RGB (Red+Green+Blue) = 189+193+220=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1DC is #423E23. Grayscale: #C2C2C2. Windows color (decimal): -4341284 or 14467517. OLE color: 14467517.

HSL color Cylindrical-coordinate representation of color #BDC1DC: hue angle of 232.26º 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 #BDC1DC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189193220-
CMYK0.140.1200.14
HSL232.26º30.69%80.2%-
HSV(B)232.26º14.09%86.27%-
XYZ52.9754.1375.37-
YUV194.88142.17123.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 193 (75.78% from 255) = 32.06%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=31.40%
G=32.06%
B=36.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891932200.140.1200.14232.2630.6980.2
HexBDC1DCEC0Ee81f50
Octal275301334161401635037120
Binary101111011100000111011100111011000111011101000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1DC; }

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

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

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

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

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

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

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

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