#BDC1CA

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

Shades of Link Water #BDC1CA

Tints of Link Water #BDC1CA

Color information

#BDC1CA (or 0xBDC1CA) is unknown color: approx Link Water. HEX triplet: BD, C1 and CA. RGB value is (189,193,202). Sum of RGB (Red+Green+Blue) = 189+193+202=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1CA is #423E35. Grayscale: #C0C0C0. Windows color (decimal): -4341302 or 13287869. OLE color: 13287869.

HSL color Cylindrical-coordinate representation of color #BDC1CA: hue angle of 221.54º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC1CA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189193202-
CMYK0.060.0400.21
HSL221.54º10.92%76.67%-
HSV(B)221.54º6.44%79.22%-
XYZ50.7253.2263.48-
YUV192.83133.17125.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 193 (75.78% from 255) = 33.05%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=32.36%
G=33.05%
B=34.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891932020.060.0400.21221.5410.9276.67
HexBDC1CA64015deb4d
Octal2753013126402533613115
Binary1011110111000001110010101101000101011101111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1CA; }

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

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

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

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

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

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

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

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