#BBDD9E

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

Shades of Pixie Green #BBDD9E

Tints of Pixie Green #BBDD9E

Color information

#BBDD9E (or 0xBBDD9E) is unknown color: approx Pixie Green. HEX triplet: BB, DD and 9E. RGB value is (187,221,158). Sum of RGB (Red+Green+Blue) = 187+221+158=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD9E is #442261. Grayscale: #CBCBCB. Windows color (decimal): -4465250 or 10411451. OLE color: 10411451.

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

Color convert

RGB187221158-
CMYK0.1500.290.13
HSL92.38º48.09%74.31%-
HSV(B)92.38º28.51%86.67%-
XYZ52.5264.7542.08-
YUV203.65102.24116.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 221 (86.72% from 255) = 39.05%
BLUE value IS 158 (62.11% from 255) = 27.92%
R=33.04%
G=39.05%
B=27.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211580.1500.290.1392.3848.0974.31
HexBBDD9EF01DD5c304a
Octal273335236170351513460112
Binary1011101111011101100111101111011101110110111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD9E; }

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

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

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

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

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

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

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

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