Html Css Color HEX #B3C0AB Pumice

📋 copy color: '#B3C0AB'

red 179 ◦ green 192 ◦ blue 171

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

Shades of Pumice #B3C0AB

Tints of Pumice #B3C0AB

RGB

 RED value IS 179 (70.31% from 255) = 33.03%

 GREEN value IS 192 (75.39% from 255) = 35.42%

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

R = 33.03%
G = 35.42%
B = 31.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#B3C0AB (or 0xB3C0AB) is known color: Pumice. HEX triplet: B3, C0 and AB. RGB value is (179,192,171). Sum of RGB (Red+Green+Blue) = 179+192+171=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C0AB is #4C3F54. Grayscale: #B9B9B9. Windows color (decimal): -4996949 or 11255987. OLE color: 11255987.

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

Color convert

RGB 179 192 171 -
CMYK 0.07 0 0.11 0.25
HSL 97.14º 0.14% 0.71% -
HSV(B) 97.14º 0.11% 0.75% -
XYZ 44.79 50.22 45.86 -
YUV 185.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 179 192 171 0.07 0 0.11 0.25 97.14 0.14 0.71
Hex B3 C0 AB 7 0 B 19 61 E 47
Octal 263 300 253 7 0 13 31 141 16 107
Binary 10110011 11000000 10101011 111 0 1011 11001 1100001 1110 1000111

Color Harmonies of #B3C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C0AB

Black with #B3C0AB

Text Example


Text Example

White with #B3C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C0AB; }

 p { color: rgb(179,192,171); }

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

background-color css

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

 a { background-color: rgb(179,192,171); }

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

border-color css

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

 span { border-color: rgb(179,192,171); }

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