Html Css Color HEX #B5C7AB Pumice

📋 copy color: '#B5C7AB'

red 181 ◦ green 199 ◦ blue 171

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

Shades of Pumice #B5C7AB

Tints of Pumice #B5C7AB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.12%

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

R = 32.85%
G = 36.12%
B = 31.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#B5C7AB (or 0xB5C7AB) is known color: Pumice. HEX triplet: B5, C7 and AB. RGB value is (181,199,171). Sum of RGB (Red+Green+Blue) = 181+199+171=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C7AB is #4A3854. Grayscale: #BEBEBE. Windows color (decimal): -4864085 or 11257781. OLE color: 11257781.

HSL color Cylindrical-coordinate representation of color #B5C7AB: hue angle of 98.57º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5C7AB is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 199 171 -
CMYK 0.09 0 0.14 0.22
HSL 98.57º 0.2% 0.73% -
HSV(B) 98.57º 0.14% 0.78% -
XYZ 46.83 53.61 46.41 -
YUV 190.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 181 199 171 0.09 0 0.14 0.22 98.57 0.2 0.73
Hex B5 C7 AB 9 0 E 16 63 14 49
Octal 265 307 253 11 0 16 26 143 24 111
Binary 10110101 11000111 10101011 1001 0 1110 10110 1100011 10100 1001001

Color Harmonies of #B5C7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C7AB

Black with #B5C7AB

Text Example


Text Example

White with #B5C7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C7AB; }

 p { color: rgb(181,199,171); }

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

background-color css

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

 a { background-color: rgb(181,199,171); }

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

border-color css

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

 span { border-color: rgb(181,199,171); }

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