#BBDF9A

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

Shades of Pixie Green #BBDF9A

Tints of Pixie Green #BBDF9A

Color information

#BBDF9A (or 0xBBDF9A) is unknown color: approx Pixie Green. HEX triplet: BB, DF and 9A. RGB value is (187,223,154). Sum of RGB (Red+Green+Blue) = 187+223+154=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF9A is #442065. Grayscale: #CCCCCC. Windows color (decimal): -4464742 or 10149819. OLE color: 10149819.

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

Color convert

RGB187223154-
CMYK0.1600.310.13
HSL91.3º51.88%73.92%-
HSV(B)91.3º30.94%87.45%-
XYZ52.7165.6740.47-
YUV204.3799.57115.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 223 (87.5% from 255) = 39.54%
BLUE value IS 154 (60.55% from 255) = 27.30%
R=33.16%
G=39.54%
B=27.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231540.1600.310.1391.351.8873.92
HexBBDF9A1001FD5b344a
Octal273337232200371513364112
Binary10111011110111111001101010000011111110110110111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDF9A; }

 p { color: rgb(187,223,154); }

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

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

 a { background-color: rgb(187,223,154); }

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

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

 span { border-color: rgb(187,223,154); }

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