#BBDC9F

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

Shades of Pixie Green #BBDC9F

Tints of Pixie Green #BBDC9F

Color information

#BBDC9F (or 0xBBDC9F) is unknown color: approx Pixie Green. HEX triplet: BB, DC and 9F. RGB value is (187,220,159). Sum of RGB (Red+Green+Blue) = 187+220+159=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC9F is #442360. Grayscale: #CBCBCB. Windows color (decimal): -4465505 or 10476731. OLE color: 10476731.

HSL color Cylindrical-coordinate representation of color #BBDC9F: hue angle of 92.46º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBDC9F is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB187220159-
CMYK0.1500.280.14
HSL92.46º46.56%74.31%-
HSV(B)92.46º27.73%86.27%-
XYZ52.3464.2542.44-
YUV203.18103.07116.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 220 (86.33% from 255) = 38.87%
BLUE value IS 159 (62.5% from 255) = 28.09%
R=33.04%
G=38.87%
B=28.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201590.1500.280.1492.4646.5674.31
HexBBDC9FF01CE5c2f4a
Octal273334237170341613457112
Binary1011101111011100100111111111011100111010111001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC9F; }

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

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

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

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

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

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

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

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