#BFC5CF

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

Shades of Link Water #BFC5CF

Tints of Link Water #BFC5CF

Color information

#BFC5CF (or 0xBFC5CF) is unknown color: approx Link Water. HEX triplet: BF, C5 and CF. RGB value is (191,197,207). Sum of RGB (Red+Green+Blue) = 191+197+207=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5CF is #403A30. Grayscale: #C4C4C4. Windows color (decimal): -4209201 or 13616575. OLE color: 13616575.

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

Color convert

RGB191197207-
CMYK0.080.0500.19
HSL217.5º14.29%78.04%-
HSV(B)217.5º7.73%81.18%-
XYZ52.7155.5166.97-
YUV196.35134.01124.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 197 (77.34% from 255) = 33.11%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=32.10%
G=33.11%
B=34.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911972070.080.0500.19217.514.2978.04
HexBFC5CF85013dae4e
Octal27730531710502333216116
Binary10111111110001011100111110001010100111101101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5CF; }

 p { color: rgb(191,197,207); }

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

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

 a { background-color: rgb(191,197,207); }

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

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

 span { border-color: rgb(191,197,207); }

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