Html Css Color HEX #B5BFAC Pumice

📋 copy color: '#B5BFAC'

red 181 ◦ green 191 ◦ blue 172

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

Shades of Pumice #B5BFAC

Tints of Pumice #B5BFAC

RGB

 RED value IS 181 (71.09% from 255) = 33.27%

 GREEN value IS 191 (75% from 255) = 35.11%

 BLUE value IS 172 (67.58% from 255) = 31.62%

R = 33.27%
G = 35.11%
B = 31.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#B5BFAC (or 0xB5BFAC) is known color: Pumice. HEX triplet: B5, BF and AC. RGB value is (181,191,172). Sum of RGB (Red+Green+Blue) = 181+191+172=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BFAC is #4A4053. Grayscale: #B9B9B9. Windows color (decimal): -4866132 or 11321269. OLE color: 11321269.

HSL color Cylindrical-coordinate representation of color #B5BFAC: hue angle of 91.58º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5BFAC is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 191 172 -
CMYK 0.05 0 0.10 0.25
HSL 91.58º 0.13% 0.71% -
HSV(B) 91.58º 0.1% 0.75% -
XYZ 45.13 50.06 46.31 -
YUV 185.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 181 191 172 0.05 0 0.10 0.25 91.58 0.13 0.71
Hex B5 BF AC 5 0 A 19 5C D 47
Octal 265 277 254 5 0 12 31 134 15 107
Binary 10110101 10111111 10101100 101 0 1010 11001 1011100 1101 1000111

Color Harmonies of #B5BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BFAC

Black with #B5BFAC

Text Example


Text Example

White with #B5BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BFAC; }

 p { color: rgb(181,191,172); }

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

background-color css

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

 a { background-color: rgb(181,191,172); }

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

border-color css

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

 span { border-color: rgb(181,191,172); }

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