Html Css Color HEX #BAE8BE Fringy Flower

📋 copy color: '#BAE8BE'

red 186 ◦ green 232 ◦ blue 190

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

Shades of Fringy Flower #BAE8BE

Tints of Fringy Flower #BAE8BE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.16%

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

R = 30.59%
G = 38.16%
B = 31.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#BAE8BE (or 0xBAE8BE) is known color: Fringy Flower. HEX triplet: BA, E8 and BE. RGB value is (186,232,190). Sum of RGB (Red+Green+Blue) = 186+232+190=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8BE is #451741. Grayscale: #D5D5D5. Windows color (decimal): -4527938 or 12511418. OLE color: 12511418.

HSL color Cylindrical-coordinate representation of color #BAE8BE: hue angle of 125.22º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8BE is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 190 -
CMYK 0.20 0 0.18 0.09
HSL 125.22º 0.5% 0.82% -
HSV(B) 125.22º 0.2% 0.91% -
XYZ 58.4 71.87 59.51 -
YUV 213.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 186 232 190 0.20 0 0.18 0.09 125.22 0.5 0.82
Hex BA E8 BE 14 0 12 9 7D 32 52
Octal 272 350 276 24 0 22 11 175 62 122
Binary 10111010 11101000 10111110 10100 0 10010 1001 1111101 110010 1010010

Color Harmonies of #BAE8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE8BE

Black with #BAE8BE

Text Example


Text Example

White with #BAE8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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