Html Css Color HEX #BACDA5 Pixie Green

📋 copy color: '#BACDA5'

red 186 ◦ green 205 ◦ blue 165

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

Shades of Pixie Green #BACDA5

Tints of Pixie Green #BACDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.68%

R = 33.45%
G = 36.87%
B = 29.68%

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

#BACDA5 (or 0xBACDA5) is known color: Pixie Green. HEX triplet: BA, CD and A5. RGB value is (186,205,165). Sum of RGB (Red+Green+Blue) = 186+205+165=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDA5 is #45325A. Grayscale: #C2C2C2. Windows color (decimal): -4534875 or 10866106. OLE color: 10866106.

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

Color convert

RGB 186 205 165 -
CMYK 0.09 0 0.20 0.20
HSL 88.5º 0.29% 0.73% -
HSV(B) 88.5º 0.2% 0.8% -
XYZ 48.87 56.82 43.99 -
YUV 194.76 111.21 121.75 -
System Red Green Blue C M Y K H S L
Decimal 186 205 165 0.09 0 0.20 0.20 88.5 0.29 0.73
Hex BA CD A5 9 0 14 14 58 1D 49
Octal 272 315 245 11 0 24 24 130 35 111
Binary 10111010 11001101 10100101 1001 0 10100 10100 1011000 11101 1001001

Color Harmonies of #BACDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDA5

Black with #BACDA5

Text Example


Text Example

White with #BACDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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