#B0BCA9

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

Shades of Pumice #B0BCA9

Tints of Pumice #B0BCA9

Color information

#B0BCA9 (or 0xB0BCA9) is unknown color: approx Pumice. HEX triplet: B0, BC and A9. RGB value is (176,188,169). Sum of RGB (Red+Green+Blue) = 176+188+169=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BCA9 is #4F4356. Grayscale: #B6B6B6. Windows color (decimal): -5194583 or 11123888. OLE color: 11123888.

HSL color Cylindrical-coordinate representation of color #B0BCA9: hue angle of 97.89º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0BCA9 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB176188169-
CMYK0.0600.100.26
HSL97.89º12.42%70%-
HSV(B)97.89º10.11%73.73%-
XYZ43.0548.0644.54-
YUV182.25120.52123.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.02%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 169 (66.41% from 255) = 31.71%
R=33.02%
G=35.27%
B=31.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881690.0600.100.2697.8912.4270
HexB0BCA960A1A62c46
Octal26027425160123214214106
Binary1011000010111100101010011100101011010110001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCA9; }

 p { color: rgb(176,188,169); }

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

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

 a { background-color: rgb(176,188,169); }

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

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

 span { border-color: rgb(176,188,169); }

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