Html Css Color HEX #BACEAE Pixie Green

📋 copy color: '#BACEAE'

red 186 ◦ green 206 ◦ blue 174

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

Shades of Pixie Green #BACEAE

Tints of Pixie Green #BACEAE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.4%

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

R = 32.86%
G = 36.4%
B = 30.74%

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

#BACEAE (or 0xBACEAE) is known color: Pixie Green. HEX triplet: BA, CE and AE. RGB value is (186,206,174). Sum of RGB (Red+Green+Blue) = 186+206+174=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEAE is #453151. Grayscale: #C4C4C4. Windows color (decimal): -4534610 or 11456186. OLE color: 11456186.

HSL color Cylindrical-coordinate representation of color #BACEAE: hue angle of 97.5º degrees, saturation: 0.25, 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 #BACEAE is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 174 -
CMYK 0.10 0 0.16 0.19
HSL 97.5º 0.25% 0.75% -
HSV(B) 97.5º 0.16% 0.81% -
XYZ 49.96 57.64 48.54 -
YUV 196.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 186 206 174 0.10 0 0.16 0.19 97.5 0.25 0.75
Hex BA CE AE A 0 10 13 62 19 4B
Octal 272 316 256 12 0 20 23 142 31 113
Binary 10111010 11001110 10101110 1010 0 10000 10011 1100010 11001 1001011

Color Harmonies of #BACEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEAE

Black with #BACEAE

Text Example


Text Example

White with #BACEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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