#BFC4CA

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

Shades of Spindle #BFC4CA

Tints of Spindle #BFC4CA

Color information

#BFC4CA (or 0xBFC4CA) is unknown color: approx Spindle. HEX triplet: BF, C4 and CA. RGB value is (191,196,202). Sum of RGB (Red+Green+Blue) = 191+196+202=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4CA is #403B35. Grayscale: #C3C3C3. Windows color (decimal): -4209462 or 13288639. OLE color: 13288639.

HSL color Cylindrical-coordinate representation of color #BFC4CA: hue angle of 212.73º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC4CA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191196202-
CMYK0.050.0300.21
HSL212.73º9.4%77.06%-
HSV(B)212.73º5.45%79.22%-
XYZ51.8954.8263.72-
YUV195.19131.84125.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=32.43%
G=33.28%
B=34.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911962020.050.0300.21212.739.477.06
HexBFC4CA53015d594d
Octal2773043125302532511115
Binary101111111100010011001010101110101011101010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4CA; }

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

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

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

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

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

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

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

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