#BFCEDC

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

Shades of Link Water #BFCEDC

Tints of Link Water #BFCEDC

Color information

#BFCEDC (or 0xBFCEDC) is unknown color: approx Link Water. HEX triplet: BF, CE and DC. RGB value is (191,206,220). Sum of RGB (Red+Green+Blue) = 191+206+220=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEDC is #403123. Grayscale: #CBCBCB. Windows color (decimal): -4206884 or 14470847. OLE color: 14470847.

HSL color Cylindrical-coordinate representation of color #BFCEDC: hue angle of 208.97º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFCEDC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191206220-
CMYK0.130.0600.14
HSL208.97º29.29%80.59%-
HSV(B)208.97º13.18%86.27%-
XYZ56.4860.3976.39-
YUV203.11137.53119.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=30.96%
G=33.39%
B=35.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912062200.130.0600.14208.9729.2980.59
HexBFCEDCD60Ed11d51
Octal27731633415601632135121
Binary10111111110011101101110011011100111011010001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEDC; }

 p { color: rgb(191,206,220); }

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

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

 a { background-color: rgb(191,206,220); }

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

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

 span { border-color: rgb(191,206,220); }

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