Html Css Color HEX #B4BFAB Pumice

📋 copy color: '#B4BFAB'

red 180 ◦ green 191 ◦ blue 171

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

Shades of Pumice #B4BFAB

Tints of Pumice #B4BFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.55%

R = 33.21%
G = 35.24%
B = 31.55%

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

#B4BFAB (or 0xB4BFAB) is known color: Pumice. HEX triplet: B4, BF and AB. RGB value is (180,191,171). Sum of RGB (Red+Green+Blue) = 180+191+171=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BFAB is #4B4054. Grayscale: #B9B9B9. Windows color (decimal): -4931669 or 11255732. OLE color: 11255732.

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

Color convert

RGB 180 191 171 -
CMYK 0.06 0 0.10 0.25
HSL 93º 0.14% 0.71% -
HSV(B) 93º 0.1% 0.75% -
XYZ 44.8 49.91 45.8 -
YUV 185.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 180 191 171 0.06 0 0.10 0.25 93 0.14 0.71
Hex B4 BF AB 6 0 A 19 5D E 47
Octal 264 277 253 6 0 12 31 135 16 107
Binary 10110100 10111111 10101011 110 0 1010 11001 1011101 1110 1000111

Color Harmonies of #B4BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFAB

Black with #B4BFAB

Text Example


Text Example

White with #B4BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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