#BBDE9E

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

Shades of Pixie Green #BBDE9E

Tints of Pixie Green #BBDE9E

Color information

#BBDE9E (or 0xBBDE9E) is unknown color: approx Pixie Green. HEX triplet: BB, DE and 9E. RGB value is (187,222,158). Sum of RGB (Red+Green+Blue) = 187+222+158=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE9E is #442161. Grayscale: #CCCCCC. Windows color (decimal): -4464994 or 10411707. OLE color: 10411707.

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

Color convert

RGB187222158-
CMYK0.1600.290.13
HSL92.81º49.23%74.51%-
HSV(B)92.81º28.83%87.06%-
XYZ52.7965.2842.17-
YUV204.24101.9115.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 158 (62.11% from 255) = 27.87%
R=32.98%
G=39.15%
B=27.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872221580.1600.290.1392.8149.2374.51
HexBBDE9E1001DD5d314b
Octal273336236200351513561113
Binary10111011110111101001111010000011101110110111011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDE9E; }

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

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

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

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

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

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

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

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