#BBDD9D

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

Shades of Pixie Green #BBDD9D

Tints of Pixie Green #BBDD9D

Color information

#BBDD9D (or 0xBBDD9D) is unknown color: approx Pixie Green. HEX triplet: BB, DD and 9D. RGB value is (187,221,157). Sum of RGB (Red+Green+Blue) = 187+221+157=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD9D is #442262. Grayscale: #CBCBCB. Windows color (decimal): -4465251 or 10345915. OLE color: 10345915.

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

Color convert

RGB187221157-
CMYK0.1500.290.13
HSL91.88º48.48%74.12%-
HSV(B)91.88º28.96%86.67%-
XYZ52.4464.7141.63-
YUV203.54101.74116.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=33.10%
G=39.12%
B=27.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211570.1500.290.1391.8848.4874.12
HexBBDD9DF01DD5c304a
Octal273335235170351513460112
Binary1011101111011101100111011111011101110110111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD9D; }

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

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

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

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

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

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

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

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