#BBDD9B

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

Shades of Pixie Green #BBDD9B

Tints of Pixie Green #BBDD9B

Color information

#BBDD9B (or 0xBBDD9B) is unknown color: approx Pixie Green. HEX triplet: BB, DD and 9B. RGB value is (187,221,155). Sum of RGB (Red+Green+Blue) = 187+221+155=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD9B is #442264. Grayscale: #CBCBCB. Windows color (decimal): -4465253 or 10214843. OLE color: 10214843.

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

Color convert

RGB187221155-
CMYK0.1500.300.13
HSL90.91º49.25%73.73%-
HSV(B)90.91º29.86%86.67%-
XYZ52.2764.6440.73-
YUV203.31100.74116.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=33.21%
G=39.25%
B=27.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211550.1500.300.1390.9149.2573.73
HexBBDD9BF01ED5b314a
Octal273335233170361513361112
Binary1011101111011101100110111111011110110110110111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD9B; }

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

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

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

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

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

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

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

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