#BBCCA9

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

Shades of Pixie Green #BBCCA9

Tints of Pixie Green #BBCCA9

Color information

#BBCCA9 (or 0xBBCCA9) is unknown color: approx Pixie Green. HEX triplet: BB, CC and A9. RGB value is (187,204,169). Sum of RGB (Red+Green+Blue) = 187+204+169=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCA9 is #443356. Grayscale: #C3C3C3. Windows color (decimal): -4469591 or 11127995. OLE color: 11127995.

HSL color Cylindrical-coordinate representation of color #BBCCA9: hue angle of 89.14º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBCCA9 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB187204169-
CMYK0.0800.170.2
HSL89.14º25.55%73.14%-
HSV(B)89.14º17.16%80%-
XYZ49.2556.6245.87-
YUV194.93113.37122.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 169 (66.41% from 255) = 30.18%
R=33.39%
G=36.43%
B=30.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041690.0800.170.289.1425.5573.14
HexBBCCA9801114591a49
Octal273314251100212413132111
Binary1011101111001100101010011000010001101001011001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCA9; }

 p { color: rgb(187,204,169); }

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

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

 a { background-color: rgb(187,204,169); }

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

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

 span { border-color: rgb(187,204,169); }

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