#BFC8CF

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

Shades of Spindle #BFC8CF

Tints of Spindle #BFC8CF

Color information

#BFC8CF (or 0xBFC8CF) is unknown color: approx Spindle. HEX triplet: BF, C8 and CF. RGB value is (191,200,207). Sum of RGB (Red+Green+Blue) = 191+200+207=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFC8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8CF is #403730. Grayscale: #C6C6C6. Windows color (decimal): -4208433 or 13617343. OLE color: 13617343.

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

Color convert

RGB191200207-
CMYK0.080.0300.19
HSL206.25º14.29%78.04%-
HSV(B)206.25º7.73%81.18%-
XYZ53.456.8967.2-
YUV198.11133.02122.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=31.94%
G=33.44%
B=34.62%

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
Decimal1912002070.080.0300.19206.2514.2978.04
HexBFC8CF83013cee4e
Octal27731031710302331616116
Binary1011111111001000110011111000110100111100111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8CF; }

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

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

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

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

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

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

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

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