#BBDE97

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

Shades of Pixie Green #BBDE97

Tints of Pixie Green #BBDE97

Color information

#BBDE97 (or 0xBBDE97) is unknown color: approx Pixie Green. HEX triplet: BB, DE and 97. RGB value is (187,222,151). Sum of RGB (Red+Green+Blue) = 187+222+151=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE97 is #442168. Grayscale: #CBCBCB. Windows color (decimal): -4465001 or 9952955. OLE color: 9952955.

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

Color convert

RGB187222151-
CMYK0.1600.320.13
HSL89.58º51.82%73.14%-
HSV(B)89.58º31.98%87.06%-
XYZ52.265.0439.08-
YUV203.4498.4116.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 222 (87.11% from 255) = 39.64%
BLUE value IS 151 (59.38% from 255) = 26.96%
R=33.39%
G=39.64%
B=26.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872221510.1600.320.1389.5851.8273.14
HexBBDE9710020D5a3449
Octal273336227200401513264111
Binary101110111101111010010111100000100000110110110101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDE97; }

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

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

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

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

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

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

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

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