#B0BEA8

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

Shades of Pumice #B0BEA8

Tints of Pumice #B0BEA8

Color information

#B0BEA8 (or 0xB0BEA8) is unknown color: approx Pumice. HEX triplet: B0, BE and A8. RGB value is (176,190,168). Sum of RGB (Red+Green+Blue) = 176+190+168=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEA8 is #4F4157. Grayscale: #B7B7B7. Windows color (decimal): -5194072 or 11058864. OLE color: 11058864.

HSL color Cylindrical-coordinate representation of color #B0BEA8: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0BEA8 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB176190168-
CMYK0.0700.120.25
HSL98.18º14.47%70.2%-
HSV(B)98.18º11.58%74.51%-
XYZ43.3948.8844.19-
YUV183.31119.36122.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 168 (66.02% from 255) = 31.46%
R=32.96%
G=35.58%
B=31.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901680.0700.120.2598.1814.4770.2
HexB0BEA870C1962e46
Octal26027625070143114216106
Binary1011000010111110101010001110110011001110001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEA8; }

 p { color: rgb(176,190,168); }

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

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

 a { background-color: rgb(176,190,168); }

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

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

 span { border-color: rgb(176,190,168); }

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