Html Css Color HEX #BAE2BE Fringy Flower

📋 copy color: '#BAE2BE'

red 186 ◦ green 226 ◦ blue 190

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

Shades of Fringy Flower #BAE2BE

Tints of Fringy Flower #BAE2BE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.54%

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

R = 30.9%
G = 37.54%
B = 31.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#BAE2BE (or 0xBAE2BE) is known color: Fringy Flower. HEX triplet: BA, E2 and BE. RGB value is (186,226,190). Sum of RGB (Red+Green+Blue) = 186+226+190=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2BE is #451D41. Grayscale: #D2D2D2. Windows color (decimal): -4529474 or 12509882. OLE color: 12509882.

HSL color Cylindrical-coordinate representation of color #BAE2BE: hue angle of 126º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE2BE is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 190 -
CMYK 0.18 0 0.16 0.11
HSL 126º 0.41% 0.81% -
HSV(B) 126º 0.18% 0.89% -
XYZ 56.74 68.55 58.96 -
YUV 209.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 186 226 190 0.18 0 0.16 0.11 126 0.41 0.81
Hex BA E2 BE 12 0 10 B 7E 29 51
Octal 272 342 276 22 0 20 13 176 51 121
Binary 10111010 11100010 10111110 10010 0 10000 1011 1111110 101001 1010001

Color Harmonies of #BAE2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE2BE

Black with #BAE2BE

Text Example


Text Example

White with #BAE2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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