Html Css Color HEX #B7C4B0 Pumice

📋 copy color: '#B7C4B0'

red 183 ◦ green 196 ◦ blue 176

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

Shades of Pumice #B7C4B0

Tints of Pumice #B7C4B0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.32%

 BLUE value IS 176 (69.14% from 255) = 31.71%

R = 32.97%
G = 35.32%
B = 31.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#B7C4B0 (or 0xB7C4B0) is known color: Pumice. HEX triplet: B7, C4 and B0. RGB value is (183,196,176). Sum of RGB (Red+Green+Blue) = 183+196+176=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C4B0 is #483B4F. Grayscale: #BDBDBD. Windows color (decimal): -4733776 or 11584695. OLE color: 11584695.

HSL color Cylindrical-coordinate representation of color #B7C4B0: hue angle of 99º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7C4B0 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 183 196 176 -
CMYK 0.07 0 0.10 0.23
HSL 99º 0.14% 0.73% -
HSV(B) 99º 0.1% 0.77% -
XYZ 47.1 52.68 48.76 -
YUV 189.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 183 196 176 0.07 0 0.10 0.23 99 0.14 0.73
Hex B7 C4 B0 7 0 A 17 63 E 49
Octal 267 304 260 7 0 12 27 143 16 111
Binary 10110111 11000100 10110000 111 0 1010 10111 1100011 1110 1001001

Color Harmonies of #B7C4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C4B0

Black with #B7C4B0

Text Example


Text Example

White with #B7C4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C4B0; }

 p { color: rgb(183,196,176); }

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

background-color css

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

 a { background-color: rgb(183,196,176); }

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

border-color css

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

 span { border-color: rgb(183,196,176); }

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