#BFC9CF

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

Shades of Spindle #BFC9CF

Tints of Spindle #BFC9CF

Color information

#BFC9CF (or 0xBFC9CF) is unknown color: approx Spindle. HEX triplet: BF, C9 and CF. RGB value is (191,201,207). Sum of RGB (Red+Green+Blue) = 191+201+207=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9CF is #403630. Grayscale: #C6C6C6. Windows color (decimal): -4208177 or 13617599. OLE color: 13617599.

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

Color convert

RGB191201207-
CMYK0.080.0300.19
HSL202.5º14.29%78.04%-
HSV(B)202.5º7.73%81.18%-
XYZ53.6357.3567.28-
YUV198.69132.69122.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 201 (78.91% from 255) = 33.56%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=31.89%
G=33.56%
B=34.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912012070.080.0300.19202.514.2978.04
HexBFC9CF83013cae4e
Octal27731131710302331216116
Binary1011111111001001110011111000110100111100101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9CF; }

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

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

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

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

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

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

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

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