#BFC4C8

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

Shades of Spindle #BFC4C8

Tints of Spindle #BFC4C8

Color information

#BFC4C8 (or 0xBFC4C8) is unknown color: approx Spindle. HEX triplet: BF, C4 and C8. RGB value is (191,196,200). Sum of RGB (Red+Green+Blue) = 191+196+200=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFC4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4C8 is #403B37. Grayscale: #C2C2C2. Windows color (decimal): -4209464 or 13157567. OLE color: 13157567.

HSL color Cylindrical-coordinate representation of color #BFC4C8: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC4C8 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191196200-
CMYK0.040.0200.22
HSL206.67º7.56%76.67%-
HSV(B)206.67º4.5%78.43%-
XYZ51.6554.7362.48-
YUV194.96130.84125.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 200 (78.52% from 255) = 34.07%
R=32.54%
G=33.39%
B=34.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911962000.040.0200.22206.677.5676.67
HexBFC4C842016cf84d
Octal2773043104202631710115
Binary101111111100010011001000100100101101100111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4C8; }

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

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

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

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

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

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

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

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