#BCCFA6

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

Shades of Pixie Green #BCCFA6

Tints of Pixie Green #BCCFA6

Color information

#BCCFA6 (or 0xBCCFA6) is unknown color: approx Pixie Green. HEX triplet: BC, CF and A6. RGB value is (188,207,166). Sum of RGB (Red+Green+Blue) = 188+207+166=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFA6 is #433059. Grayscale: #C4C4C4. Windows color (decimal): -4403290 or 10932156. OLE color: 10932156.

HSL color Cylindrical-coordinate representation of color #BCCFA6: hue angle of 87.8º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCFA6 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB188207166-
CMYK0.0900.200.19
HSL87.8º29.93%73.14%-
HSV(B)87.8º19.81%81.18%-
XYZ49.9358.0744.65-
YUV196.64110.71121.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 207 (81.25% from 255) = 36.90%
BLUE value IS 166 (65.23% from 255) = 29.59%
R=33.51%
G=36.90%
B=29.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071660.0900.200.1987.829.9373.14
HexBCCFA6901413581e49
Octal274317246110242313036111
Binary1011110011001111101001101001010100100111011000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFA6; }

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

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

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

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

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

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

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

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