#BCCBA8

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

Shades of Pixie Green #BCCBA8

Tints of Pixie Green #BCCBA8

Color information

#BCCBA8 (or 0xBCCBA8) is unknown color: approx Pixie Green. HEX triplet: BC, CB and A8. RGB value is (188,203,168). Sum of RGB (Red+Green+Blue) = 188+203+168=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBA8 is #433457. Grayscale: #C2C2C2. Windows color (decimal): -4404312 or 11062204. OLE color: 11062204.

HSL color Cylindrical-coordinate representation of color #BCCBA8: hue angle of 85.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCBA8 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB188203168-
CMYK0.0700.170.20
HSL85.71º25.18%72.75%-
HSV(B)85.71º17.24%79.61%-
XYZ49.1656.2345.31-
YUV194.52113.03123.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 168 (66.02% from 255) = 30.05%
R=33.63%
G=36.31%
B=30.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031680.0700.170.2085.7125.1872.75
HexBCCBA8701114561949
Octal27431325070212412631111
Binary101111001100101110101000111010001101001010110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBA8; }

 p { color: rgb(188,203,168); }

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

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

 a { background-color: rgb(188,203,168); }

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

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

 span { border-color: rgb(188,203,168); }

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