#B0BEA6

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

Shades of Pumice #B0BEA6

Tints of Pumice #B0BEA6

Color information

#B0BEA6 (or 0xB0BEA6) is unknown color: approx Pumice. HEX triplet: B0, BE and A6. RGB value is (176,190,166). Sum of RGB (Red+Green+Blue) = 176+190+166=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEA6 is #4F4159. Grayscale: #B7B7B7. Windows color (decimal): -5194074 or 10927792. OLE color: 10927792.

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

Color convert

RGB176190166-
CMYK0.0700.130.25
HSL95º15.58%69.8%-
HSV(B)95º12.63%74.51%-
XYZ43.248.8143.22-
YUV183.08118.36122.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 166 (65.23% from 255) = 31.20%
R=33.08%
G=35.71%
B=31.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901660.0700.130.259515.5869.8
HexB0BEA670D195f1046
Octal26027624670153113720106
Binary10110000101111101010011011101101110011011111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEA6; }

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

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

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

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

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

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

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

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