Html Css Color HEX #B5C1AD Pumice

📋 copy color: '#B5C1AD'

red 181 ◦ green 193 ◦ blue 173

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

Shades of Pumice #B5C1AD

Tints of Pumice #B5C1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.28%

 BLUE value IS 173 (67.97% from 255) = 31.63%

R = 33.09%
G = 35.28%
B = 31.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#B5C1AD (or 0xB5C1AD) is known color: Pumice. HEX triplet: B5, C1 and AD. RGB value is (181,193,173). Sum of RGB (Red+Green+Blue) = 181+193+173=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C1AD is #4A3E52. Grayscale: #BBBBBB. Windows color (decimal): -4865619 or 11387317. OLE color: 11387317.

HSL color Cylindrical-coordinate representation of color #B5C1AD: hue angle of 96º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C1AD is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 193 173 -
CMYK 0.06 0 0.10 0.24
HSL 96º 0.14% 0.72% -
HSV(B) 96º 0.1% 0.76% -
XYZ 45.67 50.98 46.97 -
YUV 187.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 181 193 173 0.06 0 0.10 0.24 96 0.14 0.72
Hex B5 C1 AD 6 0 A 18 60 E 48
Octal 265 301 255 6 0 12 30 140 16 110
Binary 10110101 11000001 10101101 110 0 1010 11000 1100000 1110 1001000

Color Harmonies of #B5C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C1AD

Black with #B5C1AD

Text Example


Text Example

White with #B5C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C1AD; }

 p { color: rgb(181,193,173); }

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

background-color css

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

 a { background-color: rgb(181,193,173); }

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

border-color css

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

 span { border-color: rgb(181,193,173); }

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