Html Css Color HEX #B5C0AD Pumice

📋 copy color: '#B5C0AD'

red 181 ◦ green 192 ◦ blue 173

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

Shades of Pumice #B5C0AD

Tints of Pumice #B5C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.16%

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

R = 33.15%
G = 35.16%
B = 31.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#B5C0AD (or 0xB5C0AD) is known color: Pumice. HEX triplet: B5, C0 and AD. RGB value is (181,192,173). Sum of RGB (Red+Green+Blue) = 181+192+173=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C0AD is #4A3F52. Grayscale: #BABABA. Windows color (decimal): -4865875 or 11387061. OLE color: 11387061.

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

Color convert

RGB 181 192 173 -
CMYK 0.06 0 0.10 0.25
HSL 94.74º 0.13% 0.72% -
HSV(B) 94.74º 0.1% 0.75% -
XYZ 45.45 50.54 46.9 -
YUV 186.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 181 192 173 0.06 0 0.10 0.25 94.74 0.13 0.72
Hex B5 C0 AD 6 0 A 19 5F D 48
Octal 265 300 255 6 0 12 31 137 15 110
Binary 10110101 11000000 10101101 110 0 1010 11001 1011111 1101 1001000

Color Harmonies of #B5C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C0AD

Black with #B5C0AD

Text Example


Text Example

White with #B5C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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