Html Css Color HEX #B8C6B0 Pumice

📋 copy color: '#B8C6B0'

red 184 ◦ green 198 ◦ blue 176

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

Shades of Pumice #B8C6B0

Tints of Pumice #B8C6B0

RGB

 RED value IS 184 (72.27% from 255) = 32.97%

 GREEN value IS 198 (77.73% from 255) = 35.48%

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

R = 32.97%
G = 35.48%
B = 31.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#B8C6B0 (or 0xB8C6B0) is known color: Pumice. HEX triplet: B8, C6 and B0. RGB value is (184,198,176). Sum of RGB (Red+Green+Blue) = 184+198+176=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C6B0 is #47394F. Grayscale: #BFBFBF. Windows color (decimal): -4667728 or 11585208. OLE color: 11585208.

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

Color convert

RGB 184 198 176 -
CMYK 0.07 0 0.11 0.22
HSL 98.18º 0.16% 0.73% -
HSV(B) 98.18º 0.11% 0.78% -
XYZ 47.8 53.71 48.92 -
YUV 191.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 184 198 176 0.07 0 0.11 0.22 98.18 0.16 0.73
Hex B8 C6 B0 7 0 B 16 62 10 49
Octal 270 306 260 7 0 13 26 142 20 111
Binary 10111000 11000110 10110000 111 0 1011 10110 1100010 10000 1001001

Color Harmonies of #B8C6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C6B0

Black with #B8C6B0

Text Example


Text Example

White with #B8C6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C6B0; }

 p { color: rgb(184,198,176); }

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

background-color css

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

 a { background-color: rgb(184,198,176); }

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

border-color css

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

 span { border-color: rgb(184,198,176); }

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