#BACDA3

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

Shades of Pixie Green #BACDA3

Tints of Pixie Green #BACDA3

Color information

#BACDA3 (or 0xBACDA3) is unknown color: approx Pixie Green. HEX triplet: BA, CD and A3. RGB value is (186,205,163). Sum of RGB (Red+Green+Blue) = 186+205+163=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDA3 is #45325C. Grayscale: #C2C2C2. Windows color (decimal): -4534877 or 10735034. OLE color: 10735034.

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

Color convert

RGB186205163-
CMYK0.0900.200.20
HSL87.14º29.58%72.16%-
HSV(B)87.14º20.49%80.39%-
XYZ48.6956.7543.04-
YUV194.53110.21121.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 163 (64.06% from 255) = 29.42%
R=33.57%
G=37.00%
B=29.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051630.0900.200.2087.1429.5872.16
HexBACDA3901414571e48
Octal272315243110242412736110
Binary1011101011001101101000111001010100101001010111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDA3; }

 p { color: rgb(186,205,163); }

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

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

 a { background-color: rgb(186,205,163); }

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

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

 span { border-color: rgb(186,205,163); }

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