#B9CEAD

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

Shades of Pixie Green #B9CEAD

Tints of Pixie Green #B9CEAD

Color information

#B9CEAD (or 0xB9CEAD) is unknown color: approx Pixie Green. HEX triplet: B9, CE and AD. RGB value is (185,206,173). Sum of RGB (Red+Green+Blue) = 185+206+173=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CEAD is #463152. Grayscale: #C4C4C4. Windows color (decimal): -4600147 or 11390649. OLE color: 11390649.

HSL color Cylindrical-coordinate representation of color #B9CEAD: hue angle of 98.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9CEAD is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB185206173-
CMYK0.1000.160.19
HSL98.18º25.19%74.31%-
HSV(B)98.18º16.02%80.78%-
XYZ49.6257.4748.01-
YUV195.96115.04120.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.80%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=32.80%
G=36.52%
B=30.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852061730.1000.160.1998.1825.1974.31
HexB9CEADA0101362194a
Octal271316255120202314231112
Binary1011100111001110101011011010010000100111100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEAD; }

 p { color: rgb(185,206,173); }

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

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

 a { background-color: rgb(185,206,173); }

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

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

 span { border-color: rgb(185,206,173); }

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