#BDC2CD

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

Shades of Link Water #BDC2CD

Tints of Link Water #BDC2CD

Color information

#BDC2CD (or 0xBDC2CD) is unknown color: approx Link Water. HEX triplet: BD, C2 and CD. RGB value is (189,194,205). Sum of RGB (Red+Green+Blue) = 189+194+205=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2CD is #423D32. Grayscale: #C1C1C1. Windows color (decimal): -4341043 or 13484733. OLE color: 13484733.

HSL color Cylindrical-coordinate representation of color #BDC2CD: hue angle of 221.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC2CD is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189194205-
CMYK0.080.0500.20
HSL221.25º13.79%77.25%-
HSV(B)221.25º7.8%80.39%-
XYZ51.353.8165.44-
YUV193.76134.34124.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=32.14%
G=32.99%
B=34.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891942050.080.0500.20221.2513.7977.25
HexBDC2CD85014dde4d
Octal27530231510502433516115
Binary10111101110000101100110110001010101001101110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2CD; }

 p { color: rgb(189,194,205); }

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

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

 a { background-color: rgb(189,194,205); }

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

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

 span { border-color: rgb(189,194,205); }

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