#BCCCAF

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

Shades of Pixie Green #BCCCAF

Tints of Pixie Green #BCCCAF

Color information

#BCCCAF (or 0xBCCCAF) is unknown color: approx Pixie Green. HEX triplet: BC, CC and AF. RGB value is (188,204,175). Sum of RGB (Red+Green+Blue) = 188+204+175=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCAF is #433350. Grayscale: #C4C4C4. Windows color (decimal): -4404049 or 11521212. OLE color: 11521212.

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

Color convert

RGB188204175-
CMYK0.0800.140.2
HSL93.1º22.14%74.31%-
HSV(B)93.1º14.22%80%-
XYZ50.0756.9748.92-
YUV195.91116.2122.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=33.16%
G=35.98%
B=30.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041750.0800.140.293.122.1474.31
HexBCCCAF80E145d164a
Octal274314257100162413526112
Binary101111001100110010101111100001110101001011101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCAF; }

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

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

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

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

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

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

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

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