#BFC6D8

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

Shades of Link Water #BFC6D8

Tints of Link Water #BFC6D8

Color information

#BFC6D8 (or 0xBFC6D8) is unknown color: approx Link Water. HEX triplet: BF, C6 and D8. RGB value is (191,198,216). Sum of RGB (Red+Green+Blue) = 191+198+216=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFC6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6D8 is #403927. Grayscale: #C5C5C5. Windows color (decimal): -4208936 or 14206655. OLE color: 14206655.

HSL color Cylindrical-coordinate representation of color #BFC6D8: hue angle of 223.2º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC6D8 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191198216-
CMYK0.120.0800.15
HSL223.2º24.27%79.8%-
HSV(B)223.2º11.57%84.71%-
XYZ54.0756.4273.01-
YUV197.96138.18123.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 198 (77.73% from 255) = 32.73%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=31.57%
G=32.73%
B=35.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911982160.120.0800.15223.224.2779.8
HexBFC6D8C80Fdf1850
Octal277306330141001733730120
Binary101111111100011011011000110010000111111011111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6D8; }

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

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

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

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

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

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

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

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