Html Css Color HEX #B5C7AC Pumice

📋 copy color: '#B5C7AC'

red 181 ◦ green 199 ◦ blue 172

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

Shades of Pumice #B5C7AC

Tints of Pumice #B5C7AC

RGB

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

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

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

R = 32.79%
G = 36.05%
B = 31.16%

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

#B5C7AC (or 0xB5C7AC) is known color: Pumice. HEX triplet: B5, C7 and AC. RGB value is (181,199,172). Sum of RGB (Red+Green+Blue) = 181+199+172=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C7AC is #4A3853. Grayscale: #BEBEBE. Windows color (decimal): -4864084 or 11323317. OLE color: 11323317.

HSL color Cylindrical-coordinate representation of color #B5C7AC: hue angle of 100º degrees, saturation: 0.19, 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 #B5C7AC is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 199 172 -
CMYK 0.09 0 0.14 0.22
HSL 100º 0.19% 0.73% -
HSV(B) 100º 0.14% 0.78% -
XYZ 46.93 53.65 46.91 -
YUV 190.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 181 199 172 0.09 0 0.14 0.22 100 0.19 0.73
Hex B5 C7 AC 9 0 E 16 64 13 49
Octal 265 307 254 11 0 16 26 144 23 111
Binary 10110101 11000111 10101100 1001 0 1110 10110 1100100 10011 1001001

Color Harmonies of #B5C7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C7AC

Black with #B5C7AC

Text Example


Text Example

White with #B5C7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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