Html Css Color HEX #BACDA3 Pixie Green

📋 copy color: '#BACDA3'

red 186 ◦ green 205 ◦ blue 163

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

Shades of Pixie Green #BACDA3

Tints of Pixie Green #BACDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.42%

R = 33.57%
G = 37%
B = 29.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#BACDA3 (or 0xBACDA3) is known color: 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

RGB 186 205 163 -
CMYK 0.09 0 0.20 0.20
HSL 87.14º 0.3% 0.72% -
HSV(B) 87.14º 0.2% 0.8% -
XYZ 48.69 56.75 43.04 -
YUV 194.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 186 205 163 0.09 0 0.20 0.20 87.14 0.3 0.72
Hex BA CD A3 9 0 14 14 57 1E 48
Octal 272 315 243 11 0 24 24 127 36 110
Binary 10111010 11001101 10100011 1001 0 10100 10100 1010111 11110 1001000

Color Harmonies of #BACDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDA3

Black with #BACDA3

Text Example


Text Example

White with #BACDA3

Text Example


Text Example

HTML Codes & Css Web 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>