#BFC2C5

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

Shades of Spindle #BFC2C5

Tints of Spindle #BFC2C5

Color information

#BFC2C5 (or 0xBFC2C5) is unknown color: approx Spindle. HEX triplet: BF, C2 and C5. RGB value is (191,194,197). Sum of RGB (Red+Green+Blue) = 191+194+197=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFC2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2C5 is #403D3A. Grayscale: #C1C1C1. Windows color (decimal): -4209979 or 12960447. OLE color: 12960447.

HSL color Cylindrical-coordinate representation of color #BFC2C5: hue angle of 210º degrees, saturation: 0.05, 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 #BFC2C5 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191194197-
CMYK0.030.0200.23
HSL210º4.92%76.08%-
HSV(B)210º3.05%77.25%-
XYZ50.8653.6960.51-
YUV193.44130.01126.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 197 (77.34% from 255) = 33.85%
R=32.82%
G=33.33%
B=33.85%

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
Decimal1911941970.030.0200.232104.9276.08
HexBFC2C532017d254c
Octal277302305320273225114
Binary1011111111000010110001011110010111110100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2C5; }

 p { color: rgb(191,194,197); }

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

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

 a { background-color: rgb(191,194,197); }

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

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

 span { border-color: rgb(191,194,197); }

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