#BBDD9A

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

Shades of Pixie Green #BBDD9A

Tints of Pixie Green #BBDD9A

Color information

#BBDD9A (or 0xBBDD9A) is unknown color: approx Pixie Green. HEX triplet: BB, DD and 9A. RGB value is (187,221,154). Sum of RGB (Red+Green+Blue) = 187+221+154=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD9A is #442265. Grayscale: #CBCBCB. Windows color (decimal): -4465254 or 10149307. OLE color: 10149307.

HSL color Cylindrical-coordinate representation of color #BBDD9A: hue angle of 90.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBDD9A is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB187221154-
CMYK0.1500.300.13
HSL90.45º49.63%73.53%-
HSV(B)90.45º30.32%86.67%-
XYZ52.1864.6140.29-
YUV203.2100.24116.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 154 (60.55% from 255) = 27.40%
R=33.27%
G=39.32%
B=27.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211540.1500.300.1390.4549.6373.53
HexBBDD9AF01ED5a324a
Octal273335232170361513262112
Binary1011101111011101100110101111011110110110110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD9A; }

 p { color: rgb(187,221,154); }

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

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

 a { background-color: rgb(187,221,154); }

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

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

 span { border-color: rgb(187,221,154); }

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