Html Css Color HEX #B3BEAA Pumice

📋 copy color: '#B3BEAA'

red 179 ◦ green 190 ◦ blue 170

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

Shades of Pumice #B3BEAA

Tints of Pumice #B3BEAA

RGB

 RED value IS 179 (70.31% from 255) = 33.21%

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

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 33.21%
G = 35.25%
B = 31.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#B3BEAA (or 0xB3BEAA) is known color: Pumice. HEX triplet: B3, BE and AA. RGB value is (179,190,170). Sum of RGB (Red+Green+Blue) = 179+190+170=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BEAA is #4C4155. Grayscale: #B8B8B8. Windows color (decimal): -4997462 or 11189939. OLE color: 11189939.

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

Color convert

RGB 179 190 170 -
CMYK 0.06 0 0.11 0.25
HSL 93º 0.13% 0.71% -
HSV(B) 93º 0.11% 0.75% -
XYZ 44.26 49.31 45.22 -
YUV 184.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 179 190 170 0.06 0 0.11 0.25 93 0.13 0.71
Hex B3 BE AA 6 0 B 19 5D D 47
Octal 263 276 252 6 0 13 31 135 15 107
Binary 10110011 10111110 10101010 110 0 1011 11001 1011101 1101 1000111

Color Harmonies of #B3BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BEAA

Black with #B3BEAA

Text Example


Text Example

White with #B3BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BEAA; }

 p { color: rgb(179,190,170); }

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

background-color css

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

 a { background-color: rgb(179,190,170); }

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

border-color css

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

 span { border-color: rgb(179,190,170); }

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