#BBCFA9

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

Shades of Pixie Green #BBCFA9

Tints of Pixie Green #BBCFA9

Color information

#BBCFA9 (or 0xBBCFA9) is unknown color: approx Pixie Green. HEX triplet: BB, CF and A9. RGB value is (187,207,169). Sum of RGB (Red+Green+Blue) = 187+207+169=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFA9 is #443056. Grayscale: #C4C4C4. Windows color (decimal): -4468823 or 11128763. OLE color: 11128763.

HSL color Cylindrical-coordinate representation of color #BBCFA9: hue angle of 91.58º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCFA9 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB187207169-
CMYK0.1000.180.19
HSL91.58º28.36%73.73%-
HSV(B)91.58º18.36%81.18%-
XYZ49.9758.0646.11-
YUV196.69112.37121.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 169 (66.41% from 255) = 30.02%
R=33.21%
G=36.77%
B=30.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071690.1000.180.1991.5828.3673.73
HexBBCFA9A012135c1c4a
Octal273317251120222313434112
Binary1011101111001111101010011010010010100111011100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFA9; }

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

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

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

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

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

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

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

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