#BBDC9D

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

Shades of Pixie Green #BBDC9D

Tints of Pixie Green #BBDC9D

Color information

#BBDC9D (or 0xBBDC9D) is unknown color: approx Pixie Green. HEX triplet: BB, DC and 9D. RGB value is (187,220,157). Sum of RGB (Red+Green+Blue) = 187+220+157=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC9D is #442362. Grayscale: #CBCBCB. Windows color (decimal): -4465507 or 10345659. OLE color: 10345659.

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

Color convert

RGB187220157-
CMYK0.1500.290.14
HSL91.43º47.37%73.92%-
HSV(B)91.43º28.64%86.27%-
XYZ52.1764.1941.54-
YUV202.95102.07116.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=33.16%
G=39.01%
B=27.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201570.1500.290.1491.4347.3773.92
HexBBDC9DF01DE5b2f4a
Octal273334235170351613357112
Binary1011101111011100100111011111011101111010110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC9D; }

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

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

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

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

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

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

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

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