Html Css Color HEX #B5C5AB Pumice

📋 copy color: '#B5C5AB'

red 181 ◦ green 197 ◦ blue 171

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

Shades of Pumice #B5C5AB

Tints of Pumice #B5C5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.88%

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

R = 32.97%
G = 35.88%
B = 31.15%

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

#B5C5AB (or 0xB5C5AB) is known color: Pumice. HEX triplet: B5, C5 and AB. RGB value is (181,197,171). Sum of RGB (Red+Green+Blue) = 181+197+171=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C5AB is #4A3A54. Grayscale: #BDBDBD. Windows color (decimal): -4864597 or 11257269. OLE color: 11257269.

HSL color Cylindrical-coordinate representation of color #B5C5AB: hue angle of 96.92º 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 #B5C5AB is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 197 171 -
CMYK 0.08 0 0.13 0.23
HSL 96.92º 0.18% 0.72% -
HSV(B) 96.92º 0.13% 0.77% -
XYZ 46.37 52.7 46.26 -
YUV 189.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 181 197 171 0.08 0 0.13 0.23 96.92 0.18 0.72
Hex B5 C5 AB 8 0 D 17 61 12 48
Octal 265 305 253 10 0 15 27 141 22 110
Binary 10110101 11000101 10101011 1000 0 1101 10111 1100001 10010 1001000

Color Harmonies of #B5C5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C5AB

Black with #B5C5AB

Text Example


Text Example

White with #B5C5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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