#BACCAE

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

Shades of Pixie Green #BACCAE

Tints of Pixie Green #BACCAE

Color information

#BACCAE (or 0xBACCAE) is unknown color: approx Pixie Green. HEX triplet: BA, CC and AE. RGB value is (186,204,174). Sum of RGB (Red+Green+Blue) = 186+204+174=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACCAE is #453351. Grayscale: #C3C3C3. Windows color (decimal): -4535122 or 11455674. OLE color: 11455674.

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

Color convert

RGB186204174-
CMYK0.0900.150.2
HSL96º22.73%74.12%-
HSV(B)96º14.71%80%-
XYZ49.4856.6848.38-
YUV195.2116.04121.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=32.98%
G=36.17%
B=30.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041740.0900.150.29622.7374.12
HexBACCAE90F1460174a
Octal272314256110172414027112
Binary101110101100110010101110100101111101001100000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCAE; }

 p { color: rgb(186,204,174); }

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

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

 a { background-color: rgb(186,204,174); }

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

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

 span { border-color: rgb(186,204,174); }

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