#BFC4CF

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

Shades of Link Water #BFC4CF

Tints of Link Water #BFC4CF

Color information

#BFC4CF (or 0xBFC4CF) is unknown color: approx Link Water. HEX triplet: BF, C4 and CF. RGB value is (191,196,207). Sum of RGB (Red+Green+Blue) = 191+196+207=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFC4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4CF is #403B30. Grayscale: #C3C3C3. Windows color (decimal): -4209457 or 13616319. OLE color: 13616319.

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

Color convert

RGB191196207-
CMYK0.080.0500.19
HSL221.25º14.29%78.04%-
HSV(B)221.25º7.73%81.18%-
XYZ52.4955.0666.89-
YUV195.76134.34124.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=32.15%
G=33.00%
B=34.85%

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
Decimal1911962070.080.0500.19221.2514.2978.04
HexBFC4CF85013dde4e
Octal27730431710502333516116
Binary10111111110001001100111110001010100111101110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4CF; }

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

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

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

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

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

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

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

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