Html Css Color HEX #B5C1AB Pumice

📋 copy color: '#B5C1AB'

red 181 ◦ green 193 ◦ blue 171

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

Shades of Pumice #B5C1AB

Tints of Pumice #B5C1AB

RGB

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

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

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

R = 33.21%
G = 35.41%
B = 31.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#B5C1AB (or 0xB5C1AB) is known color: Pumice. HEX triplet: B5, C1 and AB. RGB value is (181,193,171). Sum of RGB (Red+Green+Blue) = 181+193+171=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C1AB is #4A3E54. Grayscale: #BABABA. Windows color (decimal): -4865621 or 11256245. OLE color: 11256245.

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

Color convert

RGB 181 193 171 -
CMYK 0.06 0 0.11 0.24
HSL 92.73º 0.15% 0.71% -
HSV(B) 92.73º 0.11% 0.76% -
XYZ 45.48 50.9 45.96 -
YUV 186.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 181 193 171 0.06 0 0.11 0.24 92.73 0.15 0.71
Hex B5 C1 AB 6 0 B 18 5D F 47
Octal 265 301 253 6 0 13 30 135 17 107
Binary 10110101 11000001 10101011 110 0 1011 11000 1011101 1111 1000111

Color Harmonies of #B5C1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C1AB

Black with #B5C1AB

Text Example


Text Example

White with #B5C1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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