#B9CBAF

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

Shades of Pumice #B9CBAF

Tints of Pumice #B9CBAF

Color information

#B9CBAF (or 0xB9CBAF) is unknown color: approx Pumice. HEX triplet: B9, CB and AF. RGB value is (185,203,175). Sum of RGB (Red+Green+Blue) = 185+203+175=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBAF is #463450. Grayscale: #C2C2C2. Windows color (decimal): -4600913 or 11520953. OLE color: 11520953.

HSL color Cylindrical-coordinate representation of color #B9CBAF: hue angle of 98.57º degrees, saturation: 0.21, 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 #B9CBAF is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB185203175-
CMYK0.0900.140.20
HSL98.57º21.21%74.12%-
HSV(B)98.57º13.79%79.61%-
XYZ49.156.1248.8-
YUV194.43117.04121.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=32.86%
G=36.06%
B=31.08%

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
Decimal1852031750.0900.140.2098.5721.2174.12
HexB9CBAF90E1463154a
Octal271313257110162414325112
Binary101110011100101110101111100101110101001100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBAF; }

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

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

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

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

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

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

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

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