#BCCBAA

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

Shades of Pixie Green #BCCBAA

Tints of Pixie Green #BCCBAA

Color information

#BCCBAA (or 0xBCCBAA) is unknown color: approx Pixie Green. HEX triplet: BC, CB and AA. RGB value is (188,203,170). Sum of RGB (Red+Green+Blue) = 188+203+170=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBAA is #433455. Grayscale: #C2C2C2. Windows color (decimal): -4404310 or 11193276. OLE color: 11193276.

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

Color convert

RGB188203170-
CMYK0.0700.160.20
HSL87.27º24.09%73.14%-
HSV(B)87.27º16.26%79.61%-
XYZ49.3556.3146.3-
YUV194.75114.03123.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=33.51%
G=36.19%
B=30.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031700.0700.160.2087.2724.0973.14
HexBCCBAA701014571849
Octal27431325270202412730111
Binary101111001100101110101010111010000101001010111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBAA; }

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

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

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

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

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

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

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

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