Html Css Color HEX #B7C2AF Pumice

📋 copy color: '#B7C2AF'

red 183 ◦ green 194 ◦ blue 175

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

Shades of Pumice #B7C2AF

Tints of Pumice #B7C2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.7%

R = 33.15%
G = 35.14%
B = 31.7%

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

#B7C2AF (or 0xB7C2AF) is known color: Pumice. HEX triplet: B7, C2 and AF. RGB value is (183,194,175). Sum of RGB (Red+Green+Blue) = 183+194+175=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C2AF is #483D50. Grayscale: #BCBCBC. Windows color (decimal): -4734289 or 11518647. OLE color: 11518647.

HSL color Cylindrical-coordinate representation of color #B7C2AF: hue angle of 94.74º degrees, saturation: 0.13, 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 #B7C2AF is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 194 175 -
CMYK 0.06 0 0.10 0.24
HSL 94.74º 0.13% 0.72% -
HSV(B) 94.74º 0.1% 0.76% -
XYZ 46.56 51.75 48.09 -
YUV 188.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 183 194 175 0.06 0 0.10 0.24 94.74 0.13 0.72
Hex B7 C2 AF 6 0 A 18 5F D 48
Octal 267 302 257 6 0 12 30 137 15 110
Binary 10110111 11000010 10101111 110 0 1010 11000 1011111 1101 1001000

Color Harmonies of #B7C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C2AF

Black with #B7C2AF

Text Example


Text Example

White with #B7C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C2AF; }

 p { color: rgb(183,194,175); }

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

background-color css

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

 a { background-color: rgb(183,194,175); }

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

border-color css

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

 span { border-color: rgb(183,194,175); }

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