Html Css Color HEX #B5C6AC Pumice

📋 copy color: '#B5C6AC'

red 181 ◦ green 198 ◦ blue 172

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

Shades of Pumice #B5C6AC

Tints of Pumice #B5C6AC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.93%

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

R = 32.85%
G = 35.93%
B = 31.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#B5C6AC (or 0xB5C6AC) is known color: Pumice. HEX triplet: B5, C6 and AC. RGB value is (181,198,172). Sum of RGB (Red+Green+Blue) = 181+198+172=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C6AC is #4A3953. Grayscale: #BEBEBE. Windows color (decimal): -4864340 or 11323061. OLE color: 11323061.

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

Color convert

RGB 181 198 172 -
CMYK 0.09 0 0.13 0.22
HSL 99.23º 0.19% 0.73% -
HSV(B) 99.23º 0.13% 0.78% -
XYZ 46.7 53.19 46.84 -
YUV 189.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 181 198 172 0.09 0 0.13 0.22 99.23 0.19 0.73
Hex B5 C6 AC 9 0 D 16 63 13 49
Octal 265 306 254 11 0 15 26 143 23 111
Binary 10110101 11000110 10101100 1001 0 1101 10110 1100011 10011 1001001

Color Harmonies of #B5C6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C6AC

Black with #B5C6AC

Text Example


Text Example

White with #B5C6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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