#BCC9AE

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

Shades of Pixie Green #BCC9AE

Tints of Pixie Green #BCC9AE

Color information

#BCC9AE (or 0xBCC9AE) is unknown color: approx Pixie Green. HEX triplet: BC, C9 and AE. RGB value is (188,201,174). Sum of RGB (Red+Green+Blue) = 188+201+174=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC9AE is #433651. Grayscale: #C2C2C2. Windows color (decimal): -4404818 or 11454908. OLE color: 11454908.

HSL color Cylindrical-coordinate representation of color #BCC9AE: hue angle of 88.89º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC9AE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB188201174-
CMYK0.0600.130.21
HSL88.89º20%73.53%-
HSV(B)88.89º13.43%78.82%-
XYZ49.2755.5248.16-
YUV194.04116.69123.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 201 (78.91% from 255) = 35.70%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=33.39%
G=35.70%
B=30.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011740.0600.130.2188.892073.53
HexBCC9AE60D1559144a
Octal27431125660152513124112
Binary10111100110010011010111011001101101011011001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9AE; }

 p { color: rgb(188,201,174); }

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

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

 a { background-color: rgb(188,201,174); }

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

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

 span { border-color: rgb(188,201,174); }

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