Html Css Color HEX #B5C2AB Pumice

📋 copy color: '#B5C2AB'

red 181 ◦ green 194 ◦ blue 171

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

Shades of Pumice #B5C2AB

Tints of Pumice #B5C2AB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.53%

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

R = 33.15%
G = 35.53%
B = 31.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#B5C2AB (or 0xB5C2AB) is known color: Pumice. HEX triplet: B5, C2 and AB. RGB value is (181,194,171). Sum of RGB (Red+Green+Blue) = 181+194+171=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C2AB is #4A3D54. Grayscale: #BBBBBB. Windows color (decimal): -4865365 or 11256501. OLE color: 11256501.

HSL color Cylindrical-coordinate representation of color #B5C2AB: hue angle of 93.91º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5C2AB is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 194 171 -
CMYK 0.07 0 0.12 0.24
HSL 93.91º 0.16% 0.72% -
HSV(B) 93.91º 0.12% 0.76% -
XYZ 45.7 51.35 46.03 -
YUV 187.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 181 194 171 0.07 0 0.12 0.24 93.91 0.16 0.72
Hex B5 C2 AB 7 0 C 18 5E 10 48
Octal 265 302 253 7 0 14 30 136 20 110
Binary 10110101 11000010 10101011 111 0 1100 11000 1011110 10000 1001000

Color Harmonies of #B5C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C2AB

Black with #B5C2AB

Text Example


Text Example

White with #B5C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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