#BDC0CD

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

Shades of Link Water #BDC0CD

Tints of Link Water #BDC0CD

Color information

#BDC0CD (or 0xBDC0CD) is unknown color: approx Link Water. HEX triplet: BD, C0 and CD. RGB value is (189,192,205). Sum of RGB (Red+Green+Blue) = 189+192+205=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0CD is #423F32. Grayscale: #C0C0C0. Windows color (decimal): -4341555 or 13484221. OLE color: 13484221.

HSL color Cylindrical-coordinate representation of color #BDC0CD: hue angle of 228.75º 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 #BDC0CD is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189192205-
CMYK0.080.0600.20
HSL228.75º13.79%77.25%-
HSV(B)228.75º7.8%80.39%-
XYZ50.8652.9365.29-
YUV192.58135.01125.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=32.25%
G=32.76%
B=34.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891922050.080.0600.20228.7513.7977.25
HexBDC0CD86014e5e4d
Octal27530031510602434516115
Binary10111101110000001100110110001100101001110010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0CD; }

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

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

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

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

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

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

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

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