#BFCAB7

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

Shades of Pumice #BFCAB7

Tints of Pumice #BFCAB7

Color information

#BFCAB7 (or 0xBFCAB7) is unknown color: approx Pumice. HEX triplet: BF, CA and B7. RGB value is (191,202,183). Sum of RGB (Red+Green+Blue) = 191+202+183=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAB7 is #403548. Grayscale: #C4C4C4. Windows color (decimal): -4207945 or 12044991. OLE color: 12044991.

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

Color convert

RGB191202183-
CMYK0.0500.090.21
HSL94.74º15.2%75.49%-
HSV(B)94.74º9.41%79.22%-
XYZ51.1556.7453.05-
YUV196.54120.36124.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 183 (71.88% from 255) = 31.77%
R=33.16%
G=35.07%
B=31.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021830.0500.090.2194.7415.275.49
HexBFCAB7509155ff4b
Octal27731226750112513717113
Binary1011111111001010101101111010100110101101111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAB7; }

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

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

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

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

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

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

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

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