#BCBFB9

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

Shades of Pumice #BCBFB9

Tints of Pumice #BCBFB9

Color information

#BCBFB9 (or 0xBCBFB9) is unknown color: approx Pumice. HEX triplet: BC, BF and B9. RGB value is (188,191,185). Sum of RGB (Red+Green+Blue) = 188+191+185=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFB9 is #434046. Grayscale: #BDBDBD. Windows color (decimal): -4407367 or 12173244. OLE color: 12173244.

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

Color convert

RGB188191185-
CMYK0.0200.030.25
HSL90º4.48%73.73%-
HSV(B)90º3.14%74.9%-
XYZ48.1351.4653.29-
YUV189.42125.51126.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=33.33%
G=33.87%
B=32.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911850.0200.030.25904.4873.73
HexBCBFB9203195a44a
Octal274277271203311324112
Binary101111001011111110111001100111100110110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFB9; }

 p { color: rgb(188,191,185); }

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

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

 a { background-color: rgb(188,191,185); }

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

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

 span { border-color: rgb(188,191,185); }

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