#BBDD9F

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

Shades of Pixie Green #BBDD9F

Tints of Pixie Green #BBDD9F

Color information

#BBDD9F (or 0xBBDD9F) is unknown color: approx Pixie Green. HEX triplet: BB, DD and 9F. RGB value is (187,221,159). Sum of RGB (Red+Green+Blue) = 187+221+159=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD9F is #442260. Grayscale: #CBCBCB. Windows color (decimal): -4465249 or 10476987. OLE color: 10476987.

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

Color convert

RGB187221159-
CMYK0.1500.280.13
HSL92.9º47.69%74.51%-
HSV(B)92.9º28.05%86.67%-
XYZ52.6164.7842.53-
YUV203.77102.74116.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 159 (62.5% from 255) = 28.04%
R=32.98%
G=38.98%
B=28.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211590.1500.280.1392.947.6974.51
HexBBDD9FF01CD5d304b
Octal273335237170341513560113
Binary1011101111011101100111111111011100110110111011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD9F; }

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

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

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

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

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

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

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

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