#B8CBA9

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

Shades of Pixie Green #B8CBA9

Tints of Pixie Green #B8CBA9

Color information

#B8CBA9 (or 0xB8CBA9) is unknown color: approx Pixie Green. HEX triplet: B8, CB and A9. RGB value is (184,203,169). Sum of RGB (Red+Green+Blue) = 184+203+169=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CBA9 is #473456. Grayscale: #C1C1C1. Windows color (decimal): -4666455 or 11127736. OLE color: 11127736.

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

Color convert

RGB184203169-
CMYK0.0900.170.20
HSL93.53º24.64%72.94%-
HSV(B)93.53º16.75%79.61%-
XYZ48.2855.7745.76-
YUV193.44114.21121.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.09%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 169 (66.41% from 255) = 30.40%
R=33.09%
G=36.51%
B=30.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842031690.0900.170.2093.5324.6472.94
HexB8CBA99011145e1949
Octal270313251110212413631111
Binary1011100011001011101010011001010001101001011110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CBA9; }

 p { color: rgb(184,203,169); }

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

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

 a { background-color: rgb(184,203,169); }

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

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

 span { border-color: rgb(184,203,169); }

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