Html Css Color HEX #BACFAE Pixie Green

📋 copy color: '#BACFAE'

red 186 ◦ green 207 ◦ blue 174

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

Shades of Pixie Green #BACFAE

Tints of Pixie Green #BACFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.69%

R = 32.8%
G = 36.51%
B = 30.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#BACFAE (or 0xBACFAE) is known color: Pixie Green. HEX triplet: BA, CF and AE. RGB value is (186,207,174). Sum of RGB (Red+Green+Blue) = 186+207+174=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACFAE is #453051. Grayscale: #C5C5C5. Windows color (decimal): -4534354 or 11456442. OLE color: 11456442.

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

Color convert

RGB 186 207 174 -
CMYK 0.10 0 0.16 0.19
HSL 98.18º 0.26% 0.75% -
HSV(B) 98.18º 0.16% 0.81% -
XYZ 50.2 58.12 48.62 -
YUV 196.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 186 207 174 0.10 0 0.16 0.19 98.18 0.26 0.75
Hex BA CF AE A 0 10 13 62 1A 4B
Octal 272 317 256 12 0 20 23 142 32 113
Binary 10111010 11001111 10101110 1010 0 10000 10011 1100010 11010 1001011

Color Harmonies of #BACFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACFAE

Black with #BACFAE

Text Example


Text Example

White with #BACFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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