#BDC1CE

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

Shades of Link Water #BDC1CE

Tints of Link Water #BDC1CE

Color information

#BDC1CE (or 0xBDC1CE) is unknown color: approx Link Water. HEX triplet: BD, C1 and CE. RGB value is (189,193,206). Sum of RGB (Red+Green+Blue) = 189+193+206=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1CE is #423E31. Grayscale: #C1C1C1. Windows color (decimal): -4341298 or 13550013. OLE color: 13550013.

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

Color convert

RGB189193206-
CMYK0.080.0600.19
HSL225.88º14.78%77.45%-
HSV(B)225.88º8.25%80.78%-
XYZ51.253.4166-
YUV193.29135.17124.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=32.14%
G=32.82%
B=35.03%

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
Decimal1891932060.080.0600.19225.8814.7877.45
HexBDC1CE86013e2f4d
Octal27530131610602334217115
Binary10111101110000011100111010001100100111110001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1CE; }

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

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

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

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

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

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

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

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