#B9C8B2

Color #B9C8B2 Pumice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumice #B9C8B2

Tints of Pumice #B9C8B2

Color information

#B9C8B2 (or 0xB9C8B2) is unknown color: approx Pumice. HEX triplet: B9, C8 and B2. RGB value is (185,200,178). Sum of RGB (Red+Green+Blue) = 185+200+178=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C8B2 is #46374D. Grayscale: #C1C1C1. Windows color (decimal): -4601678 or 11716793. OLE color: 11716793.

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

Color convert

RGB185200178-
CMYK0.0800.110.22
HSL100.91º16.67%74.12%-
HSV(B)100.91º11%78.43%-
XYZ48.754.8450.14-
YUV193.01119.53122.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 200 (78.52% from 255) = 35.52%
BLUE value IS 178 (69.92% from 255) = 31.62%
R=32.86%
G=35.52%
B=31.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1852001780.0800.110.22100.9116.6774.12
HexB9C8B280B1665114a
Octal271310262100132614521112
Binary101110011100100010110010100001011101101100101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C8B2; }

 p { color: rgb(185,200,178); }

 H1.HeaderClassName
 {
   color: #B9C8B2;
 }
 .AnyTagClassName
 {
   color: #B9C8B2;
 }
</style>
background-color css

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

 a { background-color: rgb(185,200,178); }

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

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

 span { border-color: rgb(185,200,178); }

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