#BBDE9B

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

Shades of Pixie Green #BBDE9B

Tints of Pixie Green #BBDE9B

Color information

#BBDE9B (or 0xBBDE9B) is unknown color: approx Pixie Green. HEX triplet: BB, DE and 9B. RGB value is (187,222,155). Sum of RGB (Red+Green+Blue) = 187+222+155=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE9B is #442164. Grayscale: #CCCCCC. Windows color (decimal): -4464997 or 10215099. OLE color: 10215099.

HSL color Cylindrical-coordinate representation of color #BBDE9B: hue angle of 91.34º 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 #BBDE9B is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB187222155-
CMYK0.1600.300.13
HSL91.34º50.38%73.92%-
HSV(B)91.34º30.18%87.06%-
XYZ52.5365.1740.82-
YUV203.9100.4115.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 222 (87.11% from 255) = 39.36%
BLUE value IS 155 (60.94% from 255) = 27.48%
R=33.16%
G=39.36%
B=27.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872221550.1600.300.1391.3450.3873.92
HexBBDE9B1001ED5b324a
Octal273336233200361513362112
Binary10111011110111101001101110000011110110110110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDE9B; }

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

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

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

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

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

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

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

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