Html Css Color HEX #BAE0BE Fringy Flower

📋 copy color: '#BAE0BE'

red 186 ◦ green 224 ◦ blue 190

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

Shades of Fringy Flower #BAE0BE

Tints of Fringy Flower #BAE0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.33%

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

R = 31%
G = 37.33%
B = 31.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#BAE0BE (or 0xBAE0BE) is known color: Fringy Flower. HEX triplet: BA, E0 and BE. RGB value is (186,224,190). Sum of RGB (Red+Green+Blue) = 186+224+190=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0BE is #451F41. Grayscale: #D0D0D0. Windows color (decimal): -4529986 or 12509370. OLE color: 12509370.

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

Color convert

RGB 186 224 190 -
CMYK 0.17 0 0.15 0.12
HSL 126.32º 0.38% 0.8% -
HSV(B) 126.32º 0.17% 0.88% -
XYZ 56.2 67.47 58.78 -
YUV 208.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 186 224 190 0.17 0 0.15 0.12 126.32 0.38 0.8
Hex BA E0 BE 11 0 F C 7E 26 50
Octal 272 340 276 21 0 17 14 176 46 120
Binary 10111010 11100000 10111110 10001 0 1111 1100 1111110 100110 1010000

Color Harmonies of #BAE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE0BE

Black with #BAE0BE

Text Example


Text Example

White with #BAE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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