#BCCCA8

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

Shades of Pixie Green #BCCCA8

Tints of Pixie Green #BCCCA8

Color information

#BCCCA8 (or 0xBCCCA8) is unknown color: approx Pixie Green. HEX triplet: BC, CC and A8. RGB value is (188,204,168). Sum of RGB (Red+Green+Blue) = 188+204+168=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCA8 is #433357. Grayscale: #C3C3C3. Windows color (decimal): -4404056 or 11062460. OLE color: 11062460.

HSL color Cylindrical-coordinate representation of color #BCCCA8: hue angle of 86.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCCA8 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB188204168-
CMYK0.0800.180.2
HSL86.67º26.09%72.94%-
HSV(B)86.67º17.65%80%-
XYZ49.456.745.39-
YUV195.11112.7122.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 168 (66.02% from 255) = 30%
R=33.57%
G=36.43%
B=30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041680.0800.180.286.6726.0972.94
HexBCCCA8801214571a49
Octal274314250100222412732111
Binary1011110011001100101010001000010010101001010111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCA8; }

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

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

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

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

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

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

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

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