#BFC7CF

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

Shades of Spindle #BFC7CF

Tints of Spindle #BFC7CF

Color information

#BFC7CF (or 0xBFC7CF) is unknown color: approx Spindle. HEX triplet: BF, C7 and CF. RGB value is (191,199,207). Sum of RGB (Red+Green+Blue) = 191+199+207=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFC7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7CF is #403830. Grayscale: #C5C5C5. Windows color (decimal): -4208689 or 13617087. OLE color: 13617087.

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

Color convert

RGB191199207-
CMYK0.080.0400.19
HSL210º14.29%78.04%-
HSV(B)210º7.73%81.18%-
XYZ53.1756.4367.12-
YUV197.52133.35123.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 199 (78.12% from 255) = 33.33%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=31.99%
G=33.33%
B=34.67%

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
Decimal1911992070.080.0400.1921014.2978.04
HexBFC7CF84013d2e4e
Octal27730731710402332216116
Binary10111111110001111100111110001000100111101001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7CF; }

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

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

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

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

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

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

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

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