Html Css Color HEX #B2BEA8 Pumice

📋 copy color: '#B2BEA8'

red 178 ◦ green 190 ◦ blue 168

#B2BEA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumice #B2BEA8

Tints of Pumice #B2BEA8

RGB

 RED value IS 178 (69.92% from 255) = 33.21%

 GREEN value IS 190 (74.61% from 255) = 35.45%

 BLUE value IS 168 (66.02% from 255) = 31.34%

R = 33.21%
G = 35.45%
B = 31.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#B2BEA8 (or 0xB2BEA8) is known color: Pumice. HEX triplet: B2, BE and A8. RGB value is (178,190,168). Sum of RGB (Red+Green+Blue) = 178+190+168=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEA8 is #4D4157. Grayscale: #B7B7B7. Windows color (decimal): -5063000 or 11058866. OLE color: 11058866.

HSL color Cylindrical-coordinate representation of color #B2BEA8: hue angle of 92.73º 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 #B2BEA8 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 168 -
CMYK 0.06 0 0.12 0.25
HSL 92.73º 0.14% 0.7% -
HSV(B) 92.73º 0.12% 0.75% -
XYZ 43.84 49.12 44.22 -
YUV 183.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 178 190 168 0.06 0 0.12 0.25 92.73 0.14 0.7
Hex B2 BE A8 6 0 C 19 5D E 46
Octal 262 276 250 6 0 14 31 135 16 106
Binary 10110010 10111110 10101000 110 0 1100 11001 1011101 1110 1000110

Color Harmonies of #B2BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BEA8

Black with #B2BEA8

Text Example


Text Example

White with #B2BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BEA8; }

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

 H1.HeaderClassName
 {
   color: #B2BEA8;
 }
 .AnyTagClassName
 {
   color: #B2BEA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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