Html Css Color HEX #B7C7AB Pumice

📋 copy color: '#B7C7AB'

red 183 ◦ green 199 ◦ blue 171

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

Shades of Pumice #B7C7AB

Tints of Pumice #B7C7AB

RGB

 RED value IS 183 (71.88% from 255) = 33.09%

 GREEN value IS 199 (78.13% from 255) = 35.99%

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

R = 33.09%
G = 35.99%
B = 30.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#B7C7AB (or 0xB7C7AB) is known color: Pumice. HEX triplet: B7, C7 and AB. RGB value is (183,199,171). Sum of RGB (Red+Green+Blue) = 183+199+171=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 199 - color contains mainly: green. Hex color #B7C7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C7AB is #483854. Grayscale: #BFBFBF. Windows color (decimal): -4733013 or 11257783. OLE color: 11257783.

HSL color Cylindrical-coordinate representation of color #B7C7AB: hue angle of 94.29º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7C7AB is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 199 171 -
CMYK 0.08 0 0.14 0.22
HSL 94.29º 0.2% 0.73% -
HSV(B) 94.29º 0.14% 0.78% -
XYZ 47.3 53.85 46.43 -
YUV 191.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 183 199 171 0.08 0 0.14 0.22 94.29 0.2 0.73
Hex B7 C7 AB 8 0 E 16 5E 14 49
Octal 267 307 253 10 0 16 26 136 24 111
Binary 10110111 11000111 10101011 1000 0 1110 10110 1011110 10100 1001001

Color Harmonies of #B7C7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C7AB

Black with #B7C7AB

Text Example


Text Example

White with #B7C7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C7AB; }

 p { color: rgb(183,199,171); }

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

background-color css

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

 a { background-color: rgb(183,199,171); }

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

border-color css

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

 span { border-color: rgb(183,199,171); }

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