Html Css Color HEX #B1BCAA Pumice

📋 copy color: '#B1BCAA'

red 177 ◦ green 188 ◦ blue 170

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

Shades of Pumice #B1BCAA

Tints of Pumice #B1BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.14%

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

R = 33.08%
G = 35.14%
B = 31.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#B1BCAA (or 0xB1BCAA) is known color: Pumice. HEX triplet: B1, BC and AA. RGB value is (177,188,170). Sum of RGB (Red+Green+Blue) = 177+188+170=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCAA is #4E4355. Grayscale: #B6B6B6. Windows color (decimal): -5129046 or 11189425. OLE color: 11189425.

HSL color Cylindrical-coordinate representation of color #B1BCAA: hue angle of 96.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1BCAA is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 188 170 -
CMYK 0.06 0 0.10 0.26
HSL 96.67º 0.12% 0.7% -
HSV(B) 96.67º 0.1% 0.74% -
XYZ 43.37 48.22 45.05 -
YUV 182.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 177 188 170 0.06 0 0.10 0.26 96.67 0.12 0.7
Hex B1 BC AA 6 0 A 1A 61 C 46
Octal 261 274 252 6 0 12 32 141 14 106
Binary 10110001 10111100 10101010 110 0 1010 11010 1100001 1100 1000110

Color Harmonies of #B1BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCAA

Black with #B1BCAA

Text Example


Text Example

White with #B1BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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