Html Css Color HEX #B1BAAA Pumice

📋 copy color: '#B1BAAA'

red 177 ◦ green 186 ◦ blue 170

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

Shades of Pumice #B1BAAA

Tints of Pumice #B1BAAA

RGB

 RED value IS 177 (69.53% from 255) = 33.21%

 GREEN value IS 186 (73.05% from 255) = 34.9%

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

R = 33.21%
G = 34.9%
B = 31.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B1BAAA (or 0xB1BAAA) is known color: Pumice. HEX triplet: B1, BA and AA. RGB value is (177,186,170). Sum of RGB (Red+Green+Blue) = 177+186+170=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BAAA is #4E4555. Grayscale: #B5B5B5. Windows color (decimal): -5129558 or 11188913. OLE color: 11188913.

HSL color Cylindrical-coordinate representation of color #B1BAAA: hue angle of 93.75º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1BAAA is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 186 170 -
CMYK 0.05 0 0.09 0.27
HSL 93.75º 0.1% 0.7% -
HSV(B) 93.75º 0.09% 0.73% -
XYZ 42.95 47.37 44.91 -
YUV 181.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 177 186 170 0.05 0 0.09 0.27 93.75 0.1 0.7
Hex B1 BA AA 5 0 9 1B 5E A 46
Octal 261 272 252 5 0 11 33 136 12 106
Binary 10110001 10111010 10101010 101 0 1001 11011 1011110 1010 1000110

Color Harmonies of #B1BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BAAA

Black with #B1BAAA

Text Example


Text Example

White with #B1BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BAAA; }

 p { color: rgb(177,186,170); }

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

background-color css

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

 a { background-color: rgb(177,186,170); }

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

border-color css

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

 span { border-color: rgb(177,186,170); }

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