Html Css Color HEX #B5C2AC Pumice

📋 copy color: '#B5C2AC'

red 181 ◦ green 194 ◦ blue 172

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

Shades of Pumice #B5C2AC

Tints of Pumice #B5C2AC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.47%

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

R = 33.09%
G = 35.47%
B = 31.44%

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

#B5C2AC (or 0xB5C2AC) is known color: Pumice. HEX triplet: B5, C2 and AC. RGB value is (181,194,172). Sum of RGB (Red+Green+Blue) = 181+194+172=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C2AC is #4A3D53. Grayscale: #BBBBBB. Windows color (decimal): -4865364 or 11322037. OLE color: 11322037.

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

Color convert

RGB 181 194 172 -
CMYK 0.07 0 0.11 0.24
HSL 95.45º 0.15% 0.72% -
HSV(B) 95.45º 0.11% 0.76% -
XYZ 45.79 51.39 46.53 -
YUV 187.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 181 194 172 0.07 0 0.11 0.24 95.45 0.15 0.72
Hex B5 C2 AC 7 0 B 18 5F F 48
Octal 265 302 254 7 0 13 30 137 17 110
Binary 10110101 11000010 10101100 111 0 1011 11000 1011111 1111 1001000

Color Harmonies of #B5C2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C2AC

Black with #B5C2AC

Text Example


Text Example

White with #B5C2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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