#BCCFAC

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

Shades of Pixie Green #BCCFAC

Tints of Pixie Green #BCCFAC

Color information

#BCCFAC (or 0xBCCFAC) is unknown color: approx Pixie Green. HEX triplet: BC, CF and AC. RGB value is (188,207,172). Sum of RGB (Red+Green+Blue) = 188+207+172=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFAC is #433053. Grayscale: #C5C5C5. Windows color (decimal): -4403284 or 11325372. OLE color: 11325372.

HSL color Cylindrical-coordinate representation of color #BCCFAC: hue angle of 92.57º 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 #BCCFAC is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB188207172-
CMYK0.0900.170.19
HSL92.57º26.72%74.31%-
HSV(B)92.57º16.91%81.18%-
XYZ50.558.347.62-
YUV197.33113.71121.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 207 (81.25% from 255) = 36.51%
BLUE value IS 172 (67.58% from 255) = 30.34%
R=33.16%
G=36.51%
B=30.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071720.0900.170.1992.5726.7274.31
HexBCCFAC9011135d1b4a
Octal274317254110212313533112
Binary1011110011001111101011001001010001100111011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFAC; }

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

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

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

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

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

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

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

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