Html Css Color HEX #BAE5BE Fringy Flower

📋 copy color: '#BAE5BE'

red 186 ◦ green 229 ◦ blue 190

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

Shades of Fringy Flower #BAE5BE

Tints of Fringy Flower #BAE5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.85%

 BLUE value IS 190 (74.61% from 255) = 31.4%

R = 30.74%
G = 37.85%
B = 31.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#BAE5BE (or 0xBAE5BE) is known color: Fringy Flower. HEX triplet: BA, E5 and BE. RGB value is (186,229,190). Sum of RGB (Red+Green+Blue) = 186+229+190=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5BE is #451A41. Grayscale: #D3D3D3. Windows color (decimal): -4528706 or 12510650. OLE color: 12510650.

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

Color convert

RGB 186 229 190 -
CMYK 0.19 0 0.17 0.10
HSL 125.58º 0.45% 0.81% -
HSV(B) 125.58º 0.19% 0.9% -
XYZ 57.56 70.2 59.23 -
YUV 211.7 115.75 109.67 -
System Red Green Blue C M Y K H S L
Decimal 186 229 190 0.19 0 0.17 0.10 125.58 0.45 0.81
Hex BA E5 BE 13 0 11 A 7E 2D 51
Octal 272 345 276 23 0 21 12 176 55 121
Binary 10111010 11100101 10111110 10011 0 10001 1010 1111110 101101 1010001

Color Harmonies of #BAE5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5BE

Black with #BAE5BE

Text Example


Text Example

White with #BAE5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5BE; }

 p { color: rgb(186,229,190); }

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

background-color css

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

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

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

border-color css

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

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

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