#B9CBAE

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

Shades of Pumice #B9CBAE

Tints of Pumice #B9CBAE

Color information

#B9CBAE (or 0xB9CBAE) is unknown color: approx Pumice. HEX triplet: B9, CB and AE. RGB value is (185,203,174). Sum of RGB (Red+Green+Blue) = 185+203+174=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBAE is #463451. Grayscale: #C2C2C2. Windows color (decimal): -4600914 or 11455417. OLE color: 11455417.

HSL color Cylindrical-coordinate representation of color #B9CBAE: hue angle of 97.24º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9CBAE is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB185203174-
CMYK0.0900.140.20
HSL97.24º21.8%73.92%-
HSV(B)97.24º14.29%79.61%-
XYZ4956.0848.29-
YUV194.31116.54121.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=32.92%
G=36.12%
B=30.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031740.0900.140.2097.2421.873.92
HexB9CBAE90E1461164a
Octal271313256110162414126112
Binary101110011100101110101110100101110101001100001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBAE; }

 p { color: rgb(185,203,174); }

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

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

 a { background-color: rgb(185,203,174); }

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

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

 span { border-color: rgb(185,203,174); }

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