#BBD9A5

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

Shades of Pixie Green #BBD9A5

Tints of Pixie Green #BBD9A5

Color information

#BBD9A5 (or 0xBBD9A5) is unknown color: approx Pixie Green. HEX triplet: BB, D9 and A5. RGB value is (187,217,165). Sum of RGB (Red+Green+Blue) = 187+217+165=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD9A5 is #44265A. Grayscale: #CACACA. Windows color (decimal): -4466267 or 10869179. OLE color: 10869179.

HSL color Cylindrical-coordinate representation of color #BBD9A5: hue angle of 94.62º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBD9A5 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB187217165-
CMYK0.1400.240.15
HSL94.62º40.63%74.9%-
HSV(B)94.62º23.96%85.1%-
XYZ52.162.9144.99-
YUV202.1107.06117.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 217 (85.16% from 255) = 38.14%
BLUE value IS 165 (64.84% from 255) = 29.00%
R=32.86%
G=38.14%
B=29.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171650.1400.240.1594.6240.6374.9
HexBBD9A5E018F5f294b
Octal273331245160301713751113
Binary1011101111011001101001011110011000111110111111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9A5; }

 p { color: rgb(187,217,165); }

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

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

 a { background-color: rgb(187,217,165); }

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

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

 span { border-color: rgb(187,217,165); }

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