Html Css Color HEX #B5C4AA Pumice

📋 copy color: '#B5C4AA'

red 181 ◦ green 196 ◦ blue 170

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

Shades of Pumice #B5C4AA

Tints of Pumice #B5C4AA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.83%

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 33.09%
G = 35.83%
B = 31.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#B5C4AA (or 0xB5C4AA) is known color: Pumice. HEX triplet: B5, C4 and AA. RGB value is (181,196,170). Sum of RGB (Red+Green+Blue) = 181+196+170=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C4AA is #4A3B55. Grayscale: #BCBCBC. Windows color (decimal): -4864854 or 11191477. OLE color: 11191477.

HSL color Cylindrical-coordinate representation of color #B5C4AA: hue angle of 94.62º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5C4AA is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 196 170 -
CMYK 0.08 0 0.13 0.23
HSL 94.62º 0.18% 0.72% -
HSV(B) 94.62º 0.13% 0.77% -
XYZ 46.05 52.21 45.68 -
YUV 188.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 181 196 170 0.08 0 0.13 0.23 94.62 0.18 0.72
Hex B5 C4 AA 8 0 D 17 5F 12 48
Octal 265 304 252 10 0 15 27 137 22 110
Binary 10110101 11000100 10101010 1000 0 1101 10111 1011111 10010 1001000

Color Harmonies of #B5C4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C4AA

Black with #B5C4AA

Text Example


Text Example

White with #B5C4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C4AA; }

 p { color: rgb(181,196,170); }

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

background-color css

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

 a { background-color: rgb(181,196,170); }

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

border-color css

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

 span { border-color: rgb(181,196,170); }

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