Html Css Color HEX #B7C2AE Pumice

📋 copy color: '#B7C2AE'

red 183 ◦ green 194 ◦ blue 174

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

Shades of Pumice #B7C2AE

Tints of Pumice #B7C2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.58%

R = 33.21%
G = 35.21%
B = 31.58%

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

#B7C2AE (or 0xB7C2AE) is known color: Pumice. HEX triplet: B7, C2 and AE. RGB value is (183,194,174). Sum of RGB (Red+Green+Blue) = 183+194+174=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C2AE is #483D51. Grayscale: #BCBCBC. Windows color (decimal): -4734290 or 11453111. OLE color: 11453111.

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

Color convert

RGB 183 194 174 -
CMYK 0.06 0 0.10 0.24
HSL 93º 0.14% 0.72% -
HSV(B) 93º 0.1% 0.76% -
XYZ 46.46 51.71 47.58 -
YUV 188.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 183 194 174 0.06 0 0.10 0.24 93 0.14 0.72
Hex B7 C2 AE 6 0 A 18 5D E 48
Octal 267 302 256 6 0 12 30 135 16 110
Binary 10110111 11000010 10101110 110 0 1010 11000 1011101 1110 1001000

Color Harmonies of #B7C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C2AE

Black with #B7C2AE

Text Example


Text Example

White with #B7C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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