#BACDA8

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

Shades of Pixie Green #BACDA8

Tints of Pixie Green #BACDA8

Color information

#BACDA8 (or 0xBACDA8) is unknown color: approx Pixie Green. HEX triplet: BA, CD and A8. RGB value is (186,205,168). Sum of RGB (Red+Green+Blue) = 186+205+168=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDA8 is #453257. Grayscale: #C3C3C3. Windows color (decimal): -4534872 or 11062714. OLE color: 11062714.

HSL color Cylindrical-coordinate representation of color #BACDA8: hue angle of 90.81º degrees, saturation: 0.27, 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 #BACDA8 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB186205168-
CMYK0.0900.180.20
HSL90.81º27.01%73.14%-
HSV(B)90.81º18.05%80.39%-
XYZ49.1556.9345.44-
YUV195.1112.71121.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 168 (66.02% from 255) = 30.05%
R=33.27%
G=36.67%
B=30.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051680.0900.180.2090.8127.0173.14
HexBACDA89012145b1b49
Octal272315250110222413333111
Binary1011101011001101101010001001010010101001011011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDA8; }

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

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

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

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

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

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

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

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