Html Css Color HEX #B1B5AF Pumice

📋 copy color: '#B1B5AF'

red 177 ◦ green 181 ◦ blue 175

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

Shades of Pumice #B1B5AF

Tints of Pumice #B1B5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.96%

 BLUE value IS 175 (68.75% from 255) = 32.83%

R = 33.21%
G = 33.96%
B = 32.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B1B5AF (or 0xB1B5AF) is known color: Pumice. HEX triplet: B1, B5 and AF. RGB value is (177,181,175). Sum of RGB (Red+Green+Blue) = 177+181+175=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B5AF is #4E4A50. Grayscale: #B3B3B3. Windows color (decimal): -5130833 or 11515313. OLE color: 11515313.

HSL color Cylindrical-coordinate representation of color #B1B5AF: hue angle of 100º degrees, saturation: 0.04, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B1B5AF is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 181 175 -
CMYK 0.02 0 0.03 0.29
HSL 100º 0.04% 0.7% -
HSV(B) 100º 0.03% 0.71% -
XYZ 42.39 45.49 47.1 -
YUV 179.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 177 181 175 0.02 0 0.03 0.29 100 0.04 0.7
Hex B1 B5 AF 2 0 3 1D 64 4 46
Octal 261 265 257 2 0 3 35 144 4 106
Binary 10110001 10110101 10101111 10 0 11 11101 1100100 100 1000110

Color Harmonies of #B1B5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B5AF

Black with #B1B5AF

Text Example


Text Example

White with #B1B5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B5AF; }

 p { color: rgb(177,181,175); }

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

background-color css

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

 a { background-color: rgb(177,181,175); }

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

border-color css

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

 span { border-color: rgb(177,181,175); }

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