Html Css Color HEX #B1BEA8 Pumice

📋 copy color: '#B1BEA8'

red 177 ◦ green 190 ◦ blue 168

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

Shades of Pumice #B1BEA8

Tints of Pumice #B1BEA8

RGB

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

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

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

R = 33.08%
G = 35.51%
B = 31.4%

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

#B1BEA8 (or 0xB1BEA8) is known color: Pumice. HEX triplet: B1, BE and A8. RGB value is (177,190,168). Sum of RGB (Red+Green+Blue) = 177+190+168=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BEA8 is #4E4157. Grayscale: #B7B7B7. Windows color (decimal): -5128536 or 11058865. OLE color: 11058865.

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

Color convert

RGB 177 190 168 -
CMYK 0.07 0 0.12 0.25
HSL 95.45º 0.14% 0.7% -
HSV(B) 95.45º 0.12% 0.75% -
XYZ 43.61 49 44.21 -
YUV 183.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 177 190 168 0.07 0 0.12 0.25 95.45 0.14 0.7
Hex B1 BE A8 7 0 C 19 5F E 46
Octal 261 276 250 7 0 14 31 137 16 106
Binary 10110001 10111110 10101000 111 0 1100 11001 1011111 1110 1000110

Color Harmonies of #B1BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BEA8

Black with #B1BEA8

Text Example


Text Example

White with #B1BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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