#BFC6CF

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

Shades of Spindle #BFC6CF

Tints of Spindle #BFC6CF

Color information

#BFC6CF (or 0xBFC6CF) is unknown color: approx Spindle. HEX triplet: BF, C6 and CF. RGB value is (191,198,207). Sum of RGB (Red+Green+Blue) = 191+198+207=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFC6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6CF is #403930. Grayscale: #C4C4C4. Windows color (decimal): -4208945 or 13616831. OLE color: 13616831.

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

Color convert

RGB191198207-
CMYK0.080.0400.19
HSL213.75º14.29%78.04%-
HSV(B)213.75º7.73%81.18%-
XYZ52.9455.9767.04-
YUV196.93133.68123.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=32.05%
G=33.22%
B=34.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911982070.080.0400.19213.7514.2978.04
HexBFC6CF84013d6e4e
Octal27730631710402332616116
Binary10111111110001101100111110001000100111101011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6CF; }

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

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

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

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

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

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

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

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