#BDC1CB

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

Shades of Link Water #BDC1CB

Tints of Link Water #BDC1CB

Color information

#BDC1CB (or 0xBDC1CB) is unknown color: approx Link Water. HEX triplet: BD, C1 and CB. RGB value is (189,193,203). Sum of RGB (Red+Green+Blue) = 189+193+203=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1CB is #423E34. Grayscale: #C0C0C0. Windows color (decimal): -4341301 or 13353405. OLE color: 13353405.

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

Color convert

RGB189193203-
CMYK0.070.0500.20
HSL222.86º11.86%76.86%-
HSV(B)222.86º6.9%79.61%-
XYZ50.8453.2764.1-
YUV192.94133.67125.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=32.31%
G=32.99%
B=34.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891932030.070.0500.20222.8611.8676.86
HexBDC1CB75014dfc4d
Octal2753013137502433714115
Binary1011110111000001110010111111010101001101111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1CB; }

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

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

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

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

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

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

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

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