Html Css Color HEX #B4C1AB Pumice

📋 copy color: '#B4C1AB'

red 180 ◦ green 193 ◦ blue 171

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

Shades of Pumice #B4C1AB

Tints of Pumice #B4C1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.48%

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

R = 33.09%
G = 35.48%
B = 31.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#B4C1AB (or 0xB4C1AB) is known color: Pumice. HEX triplet: B4, C1 and AB. RGB value is (180,193,171). Sum of RGB (Red+Green+Blue) = 180+193+171=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C1AB is #4B3E54. Grayscale: #BABABA. Windows color (decimal): -4931157 or 11256244. OLE color: 11256244.

HSL color Cylindrical-coordinate representation of color #B4C1AB: hue angle of 95.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4C1AB is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 193 171 -
CMYK 0.07 0 0.11 0.24
HSL 95.45º 0.15% 0.71% -
HSV(B) 95.45º 0.11% 0.76% -
XYZ 45.24 50.78 45.95 -
YUV 186.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 180 193 171 0.07 0 0.11 0.24 95.45 0.15 0.71
Hex B4 C1 AB 7 0 B 18 5F F 47
Octal 264 301 253 7 0 13 30 137 17 107
Binary 10110100 11000001 10101011 111 0 1011 11000 1011111 1111 1000111

Color Harmonies of #B4C1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C1AB

Black with #B4C1AB

Text Example


Text Example

White with #B4C1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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