#BFC6D0

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

Shades of Link Water #BFC6D0

Tints of Link Water #BFC6D0

Color information

#BFC6D0 (or 0xBFC6D0) is unknown color: approx Link Water. HEX triplet: BF, C6 and D0. RGB value is (191,198,208). Sum of RGB (Red+Green+Blue) = 191+198+208=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFC6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6D0 is #40392F. Grayscale: #C5C5C5. Windows color (decimal): -4208944 or 13682367. OLE color: 13682367.

HSL color Cylindrical-coordinate representation of color #BFC6D0: hue angle of 215.29º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC6D0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191198208-
CMYK0.080.0500.18
HSL215.29º15.32%78.24%-
HSV(B)215.29º8.17%81.57%-
XYZ53.0756.0267.69-
YUV197.05134.18123.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 198 (77.73% from 255) = 33.17%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=31.99%
G=33.17%
B=34.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911982080.080.0500.18215.2915.3278.24
HexBFC6D085012d7f4e
Octal27730632010502232717116
Binary10111111110001101101000010001010100101101011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6D0; }

 p { color: rgb(191,198,208); }

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

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

 a { background-color: rgb(191,198,208); }

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

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

 span { border-color: rgb(191,198,208); }

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