#BBDD9C

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

Shades of Pixie Green #BBDD9C

Tints of Pixie Green #BBDD9C

Color information

#BBDD9C (or 0xBBDD9C) is unknown color: approx Pixie Green. HEX triplet: BB, DD and 9C. RGB value is (187,221,156). Sum of RGB (Red+Green+Blue) = 187+221+156=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD9C is #442263. Grayscale: #CBCBCB. Windows color (decimal): -4465252 or 10280379. OLE color: 10280379.

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

Color convert

RGB187221156-
CMYK0.1500.290.13
HSL91.38º48.87%73.92%-
HSV(B)91.38º29.41%86.67%-
XYZ52.3564.6841.18-
YUV203.42101.24116.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 156 (61.33% from 255) = 27.66%
R=33.16%
G=39.18%
B=27.66%

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
Decimal1872211560.1500.290.1391.3848.8773.92
HexBBDD9CF01DD5b314a
Octal273335234170351513361112
Binary1011101111011101100111001111011101110110110111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD9C; }

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

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

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

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

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

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

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

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