#BFC9B5

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

Shades of Pumice #BFC9B5

Tints of Pumice #BFC9B5

Color information

#BFC9B5 (or 0xBFC9B5) is unknown color: approx Pumice. HEX triplet: BF, C9 and B5. RGB value is (191,201,181). Sum of RGB (Red+Green+Blue) = 191+201+181=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9B5 is #40364A. Grayscale: #C3C3C3. Windows color (decimal): -4208203 or 11913663. OLE color: 11913663.

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

Color convert

RGB191201181-
CMYK0.0500.100.21
HSL90º15.63%74.9%-
HSV(B)90º9.95%78.82%-
XYZ50.7156.1951.89-
YUV195.73119.69124.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 201 (78.91% from 255) = 35.08%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=33.33%
G=35.08%
B=31.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011810.0500.100.219015.6374.9
HexBFC9B550A155a104b
Octal27731126550122513220113
Binary10111111110010011011010110101010101011011010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9B5; }

 p { color: rgb(191,201,181); }

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

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

 a { background-color: rgb(191,201,181); }

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

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

 span { border-color: rgb(191,201,181); }

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