Html Css Color HEX #B4BFAC Pumice

📋 copy color: '#B4BFAC'

red 180 ◦ green 191 ◦ blue 172

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

Shades of Pumice #B4BFAC

Tints of Pumice #B4BFAC

RGB

 RED value IS 180 (70.7% from 255) = 33.15%

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

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

R = 33.15%
G = 35.17%
B = 31.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#B4BFAC (or 0xB4BFAC) is known color: Pumice. HEX triplet: B4, BF and AC. RGB value is (180,191,172). Sum of RGB (Red+Green+Blue) = 180+191+172=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BFAC is #4B4053. Grayscale: #B9B9B9. Windows color (decimal): -4931668 or 11321268. OLE color: 11321268.

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

Color convert

RGB 180 191 172 -
CMYK 0.06 0 0.10 0.25
HSL 94.74º 0.13% 0.71% -
HSV(B) 94.74º 0.1% 0.75% -
XYZ 44.9 49.94 46.3 -
YUV 185.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 180 191 172 0.06 0 0.10 0.25 94.74 0.13 0.71
Hex B4 BF AC 6 0 A 19 5F D 47
Octal 264 277 254 6 0 12 31 137 15 107
Binary 10110100 10111111 10101100 110 0 1010 11001 1011111 1101 1000111

Color Harmonies of #B4BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFAC

Black with #B4BFAC

Text Example


Text Example

White with #B4BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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