#BBCFAC

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

Shades of Pixie Green #BBCFAC

Tints of Pixie Green #BBCFAC

Color information

#BBCFAC (or 0xBBCFAC) is unknown color: approx Pixie Green. HEX triplet: BB, CF and AC. RGB value is (187,207,172). Sum of RGB (Red+Green+Blue) = 187+207+172=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFAC is #443053. Grayscale: #C5C5C5. Windows color (decimal): -4468820 or 11325371. OLE color: 11325371.

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

Color convert

RGB187207172-
CMYK0.1000.170.19
HSL94.29º26.72%74.31%-
HSV(B)94.29º16.91%81.18%-
XYZ50.2558.1747.61-
YUV197.03113.87120.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=33.04%
G=36.57%
B=30.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071720.1000.170.1994.2926.7274.31
HexBBCFACA011135e1b4a
Octal273317254120212313633112
Binary1011101111001111101011001010010001100111011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFAC; }

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

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

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

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

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

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

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

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