#BDC8D9

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

Shades of Link Water #BDC8D9

Tints of Link Water #BDC8D9

Color information

#BDC8D9 (or 0xBDC8D9) is unknown color: approx Link Water. HEX triplet: BD, C8 and D9. RGB value is (189,200,217). Sum of RGB (Red+Green+Blue) = 189+200+217=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8D9 is #423726. Grayscale: #C6C6C6. Windows color (decimal): -4339495 or 14272701. OLE color: 14272701.

HSL color Cylindrical-coordinate representation of color #BDC8D9: hue angle of 216.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC8D9 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189200217-
CMYK0.130.0800.15
HSL216.43º26.92%79.61%-
HSV(B)216.43º12.9%85.1%-
XYZ54.1657.1473.82-
YUV198.65138.36121.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 217 (85.16% from 255) = 35.81%
R=31.19%
G=33.00%
B=35.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892002170.130.0800.15216.4326.9279.61
HexBDC8D9D80Fd81b50
Octal275310331151001733033120
Binary101111011100100011011001110110000111111011000110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8D9; }

 p { color: rgb(189,200,217); }

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

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

 a { background-color: rgb(189,200,217); }

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

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

 span { border-color: rgb(189,200,217); }

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