Html Css Color HEX #BAE1BA Fringy Flower

📋 copy color: '#BAE1BA'

red 186 ◦ green 225 ◦ blue 186

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

Shades of Fringy Flower #BAE1BA

Tints of Fringy Flower #BAE1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.69%

 BLUE value IS 186 (73.05% from 255) = 31.16%

R = 31.16%
G = 37.69%
B = 31.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#BAE1BA (or 0xBAE1BA) is known color: Fringy Flower. HEX triplet: BA, E1 and BA. RGB value is (186,225,186). Sum of RGB (Red+Green+Blue) = 186+225+186=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1BA is #451E45. Grayscale: #D1D1D1. Windows color (decimal): -4529734 or 12247482. OLE color: 12247482.

HSL color Cylindrical-coordinate representation of color #BAE1BA: hue angle of 120º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1BA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 186 -
CMYK 0.17 0 0.17 0.12
HSL 120º 0.39% 0.81% -
HSV(B) 120º 0.17% 0.88% -
XYZ 56.04 67.83 56.59 -
YUV 208.89 115.08 111.67 -
System Red Green Blue C M Y K H S L
Decimal 186 225 186 0.17 0 0.17 0.12 120 0.39 0.81
Hex BA E1 BA 11 0 11 C 78 27 51
Octal 272 341 272 21 0 21 14 170 47 121
Binary 10111010 11100001 10111010 10001 0 10001 1100 1111000 100111 1010001

Color Harmonies of #BAE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1BA

Black with #BAE1BA

Text Example


Text Example

White with #BAE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1BA; }

 p { color: rgb(186,225,186); }

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

background-color css

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

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

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

border-color css

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

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

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