Html Css Color HEX #BACFAA Pixie Green

📋 copy color: '#BACFAA'

red 186 ◦ green 207 ◦ blue 170

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

Shades of Pixie Green #BACFAA

Tints of Pixie Green #BACFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.77%

 BLUE value IS 170 (66.8% from 255) = 30.2%

R = 33.04%
G = 36.77%
B = 30.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#BACFAA (or 0xBACFAA) is known color: Pixie Green. HEX triplet: BA, CF and AA. RGB value is (186,207,170). Sum of RGB (Red+Green+Blue) = 186+207+170=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACFAA is #453055. Grayscale: #C4C4C4. Windows color (decimal): -4534358 or 11194298. OLE color: 11194298.

HSL color Cylindrical-coordinate representation of color #BACFAA: hue angle of 94.05º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACFAA is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 207 170 -
CMYK 0.10 0 0.18 0.19
HSL 94.05º 0.28% 0.74% -
HSV(B) 94.05º 0.18% 0.81% -
XYZ 49.82 57.97 46.59 -
YUV 196.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 186 207 170 0.10 0 0.18 0.19 94.05 0.28 0.74
Hex BA CF AA A 0 12 13 5E 1C 4A
Octal 272 317 252 12 0 22 23 136 34 112
Binary 10111010 11001111 10101010 1010 0 10010 10011 1011110 11100 1001010

Color Harmonies of #BACFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACFAA

Black with #BACFAA

Text Example


Text Example

White with #BACFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACFAA; }

 p { color: rgb(186,207,170); }

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

background-color css

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

 a { background-color: rgb(186,207,170); }

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

border-color css

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

 span { border-color: rgb(186,207,170); }

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