Html Css Color HEX #BACDA2 Pixie Green

📋 copy color: '#BACDA2'

red 186 ◦ green 205 ◦ blue 162

#BACDA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #BACDA2

Tints of Pixie Green #BACDA2

RGB

 RED value IS 186 (73.05% from 255) = 33.63%

 GREEN value IS 205 (80.47% from 255) = 37.07%

 BLUE value IS 162 (63.67% from 255) = 29.29%

R = 33.63%
G = 37.07%
B = 29.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#BACDA2 (or 0xBACDA2) is known color: Pixie Green. HEX triplet: BA, CD and A2. RGB value is (186,205,162). Sum of RGB (Red+Green+Blue) = 186+205+162=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDA2 is #45325D. Grayscale: #C2C2C2. Windows color (decimal): -4534878 or 10669498. OLE color: 10669498.

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

Color convert

RGB 186 205 162 -
CMYK 0.09 0 0.21 0.20
HSL 86.51º 0.3% 0.72% -
HSV(B) 86.51º 0.21% 0.8% -
XYZ 48.6 56.71 42.57 -
YUV 194.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 186 205 162 0.09 0 0.21 0.20 86.51 0.3 0.72
Hex BA CD A2 9 0 15 14 57 1E 48
Octal 272 315 242 11 0 25 24 127 36 110
Binary 10111010 11001101 10100010 1001 0 10101 10100 1010111 11110 1001000

Color Harmonies of #BACDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDA2

Black with #BACDA2

Text Example


Text Example

White with #BACDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDA2; }

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

 H1.HeaderClassName
 {
   color: #BACDA2;
 }
 .AnyTagClassName
 {
   color: #BACDA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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