#BDC8DD

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

Shades of Link Water #BDC8DD

Tints of Link Water #BDC8DD

Color information

#BDC8DD (or 0xBDC8DD) is unknown color: approx Link Water. HEX triplet: BD, C8 and DD. RGB value is (189,200,221). Sum of RGB (Red+Green+Blue) = 189+200+221=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8DD is #423722. Grayscale: #C7C7C7. Windows color (decimal): -4339491 or 14534845. OLE color: 14534845.

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

Color convert

RGB189200221-
CMYK0.140.1000.13
HSL219.38º32%80.39%-
HSV(B)219.38º14.48%86.67%-
XYZ54.6957.3576.59-
YUV199.1140.36120.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 200 (78.52% from 255) = 32.79%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=30.98%
G=32.79%
B=36.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892002210.140.1000.13219.383280.39
HexBDC8DDEA0Ddb2050
Octal275310335161201533340120
Binary1011110111001000110111011110101001101110110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8DD; }

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

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

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

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

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

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

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

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