#B9CCAE

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

Shades of Pumice #B9CCAE

Tints of Pumice #B9CCAE

Color information

#B9CCAE (or 0xB9CCAE) is unknown color: approx Pumice. HEX triplet: B9, CC and AE. RGB value is (185,204,174). Sum of RGB (Red+Green+Blue) = 185+204+174=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CCAE is #463351. Grayscale: #C3C3C3. Windows color (decimal): -4600658 or 11455673. OLE color: 11455673.

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

Color convert

RGB185204174-
CMYK0.0900.150.2
HSL98º22.73%74.12%-
HSV(B)98º14.71%80%-
XYZ49.2456.5648.37-
YUV194.9116.21120.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=32.86%
G=36.23%
B=30.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041740.0900.150.29822.7374.12
HexB9CCAE90F1462174a
Octal271314256110172414227112
Binary101110011100110010101110100101111101001100010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCAE; }

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

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

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

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

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

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

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

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