#BFC1C4

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

Shades of Spindle #BFC1C4

Tints of Spindle #BFC1C4

Color information

#BFC1C4 (or 0xBFC1C4) is unknown color: approx Spindle. HEX triplet: BF, C1 and C4. RGB value is (191,193,196). Sum of RGB (Red+Green+Blue) = 191+193+196=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFC1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1C4 is #403E3B. Grayscale: #C0C0C0. Windows color (decimal): -4210236 or 12894655. OLE color: 12894655.

HSL color Cylindrical-coordinate representation of color #BFC1C4: hue angle of 216º degrees, saturation: 0.04, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFC1C4 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191193196-
CMYK0.030.0200.23
HSL216º4.07%75.88%-
HSV(B)216º2.55%76.86%-
XYZ50.5253.259.83-
YUV192.74129.84126.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 196 (76.95% from 255) = 33.79%
R=32.93%
G=33.28%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911931960.030.0200.232164.0775.88
HexBFC1C432017d844c
Octal277301304320273304114
Binary1011111111000001110001001110010111110110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1C4; }

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

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

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

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

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

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

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

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