Html Css Color HEX #B1BEA7 Pumice

📋 copy color: '#B1BEA7'

red 177 ◦ green 190 ◦ blue 167

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

Shades of Pumice #B1BEA7

Tints of Pumice #B1BEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.27%

R = 33.15%
G = 35.58%
B = 31.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#B1BEA7 (or 0xB1BEA7) is known color: Pumice. HEX triplet: B1, BE and A7. RGB value is (177,190,167). Sum of RGB (Red+Green+Blue) = 177+190+167=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BEA7 is #4E4158. Grayscale: #B7B7B7. Windows color (decimal): -5128537 or 10993329. OLE color: 10993329.

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

Color convert

RGB 177 190 167 -
CMYK 0.07 0 0.12 0.25
HSL 93.91º 0.15% 0.7% -
HSV(B) 93.91º 0.12% 0.75% -
XYZ 43.52 48.96 43.72 -
YUV 183.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 177 190 167 0.07 0 0.12 0.25 93.91 0.15 0.7
Hex B1 BE A7 7 0 C 19 5E F 46
Octal 261 276 247 7 0 14 31 136 17 106
Binary 10110001 10111110 10100111 111 0 1100 11001 1011110 1111 1000110

Color Harmonies of #B1BEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BEA7

Black with #B1BEA7

Text Example


Text Example

White with #B1BEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BEA7; }

 p { color: rgb(177,190,167); }

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

background-color css

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

 a { background-color: rgb(177,190,167); }

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

border-color css

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

 span { border-color: rgb(177,190,167); }

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