#BBDB9E

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

Shades of Pixie Green #BBDB9E

Tints of Pixie Green #BBDB9E

Color information

#BBDB9E (or 0xBBDB9E) is unknown color: approx Pixie Green. HEX triplet: BB, DB and 9E. RGB value is (187,219,158). Sum of RGB (Red+Green+Blue) = 187+219+158=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB9E is #442461. Grayscale: #CACACA. Windows color (decimal): -4465762 or 10410939. OLE color: 10410939.

HSL color Cylindrical-coordinate representation of color #BBDB9E: hue angle of 91.48º degrees, saturation: 0.46, 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 #BBDB9E is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB187219158-
CMYK0.1500.280.14
HSL91.48º45.86%73.92%-
HSV(B)91.48º27.85%85.88%-
XYZ5263.741.9-
YUV202.48102.9116.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=33.16%
G=38.83%
B=28.01%

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
Decimal1872191580.1500.280.1491.4845.8673.92
HexBBDB9EF01CE5b2e4a
Octal273333236170341613356112
Binary1011101111011011100111101111011100111010110111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDB9E; }

 p { color: rgb(187,219,158); }

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

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

 a { background-color: rgb(187,219,158); }

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

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

 span { border-color: rgb(187,219,158); }

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