#BDC7DC

Color #BDC7DC Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #BDC7DC

Tints of Link Water #BDC7DC

Color information

#BDC7DC (or 0xBDC7DC) is unknown color: approx Link Water. HEX triplet: BD, C7 and DC. RGB value is (189,199,220). Sum of RGB (Red+Green+Blue) = 189+199+220=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7DC is #423823. Grayscale: #C6C6C6. Windows color (decimal): -4339748 or 14469053. OLE color: 14469053.

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

Color convert

RGB189199220-
CMYK0.140.1000.14
HSL220.65º30.69%80.2%-
HSV(B)220.65º14.09%86.27%-
XYZ54.3356.8375.82-
YUV198.4140.19121.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 199 (78.12% from 255) = 32.73%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=31.09%
G=32.73%
B=36.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891992200.140.1000.14220.6530.6980.2
HexBDC7DCEA0Edd1f50
Octal275307334161201633537120
Binary101111011100011111011100111010100111011011101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7DC; }

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

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

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

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

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

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

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

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