#BDC2CE

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

Shades of Link Water #BDC2CE

Tints of Link Water #BDC2CE

Color information

#BDC2CE (or 0xBDC2CE) is unknown color: approx Link Water. HEX triplet: BD, C2 and CE. RGB value is (189,194,206). Sum of RGB (Red+Green+Blue) = 189+194+206=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2CE is #423D31. Grayscale: #C1C1C1. Windows color (decimal): -4341042 or 13550269. OLE color: 13550269.

HSL color Cylindrical-coordinate representation of color #BDC2CE: hue angle of 222.35º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC2CE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189194206-
CMYK0.080.0600.19
HSL222.35º14.78%77.45%-
HSV(B)222.35º8.25%80.78%-
XYZ51.4253.8666.08-
YUV193.87134.84124.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=32.09%
G=32.94%
B=34.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891942060.080.0600.19222.3514.7877.45
HexBDC2CE86013def4d
Octal27530231610602333617115
Binary10111101110000101100111010001100100111101111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2CE; }

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

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

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

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

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

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

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

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