#BDC1CD

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

Shades of Link Water #BDC1CD

Tints of Link Water #BDC1CD

Color information

#BDC1CD (or 0xBDC1CD) is unknown color: approx Link Water. HEX triplet: BD, C1 and CD. RGB value is (189,193,205). Sum of RGB (Red+Green+Blue) = 189+193+205=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1CD is #423E32. Grayscale: #C1C1C1. Windows color (decimal): -4341299 or 13484477. OLE color: 13484477.

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

Color convert

RGB189193205-
CMYK0.080.0600.20
HSL225º13.79%77.25%-
HSV(B)225º7.8%80.39%-
XYZ51.0853.3765.37-
YUV193.17134.67125.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=32.20%
G=32.88%
B=34.92%

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
Decimal1891932050.080.0600.2022513.7977.25
HexBDC1CD86014e1e4d
Octal27530131510602434116115
Binary10111101110000011100110110001100101001110000111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1CD; }

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

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

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

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

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

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

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

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