Html Css Color HEX #BAE3BA Fringy Flower

📋 copy color: '#BAE3BA'

red 186 ◦ green 227 ◦ blue 186

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

Shades of Fringy Flower #BAE3BA

Tints of Fringy Flower #BAE3BA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.9%

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

R = 31.05%
G = 37.9%
B = 31.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#BAE3BA (or 0xBAE3BA) is known color: Fringy Flower. HEX triplet: BA, E3 and BA. RGB value is (186,227,186). Sum of RGB (Red+Green+Blue) = 186+227+186=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3BA is #451C45. Grayscale: #D2D2D2. Windows color (decimal): -4529222 or 12247994. OLE color: 12247994.

HSL color Cylindrical-coordinate representation of color #BAE3BA: hue angle of 120º degrees, saturation: 0.42, 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 #BAE3BA is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 186 -
CMYK 0.18 0 0.18 0.11
HSL 120º 0.42% 0.81% -
HSV(B) 120º 0.18% 0.89% -
XYZ 56.58 68.92 56.78 -
YUV 210.07 114.42 110.83 -
System Red Green Blue C M Y K H S L
Decimal 186 227 186 0.18 0 0.18 0.11 120 0.42 0.81
Hex BA E3 BA 12 0 12 B 78 2A 51
Octal 272 343 272 22 0 22 13 170 52 121
Binary 10111010 11100011 10111010 10010 0 10010 1011 1111000 101010 1010001

Color Harmonies of #BAE3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE3BA

Black with #BAE3BA

Text Example


Text Example

White with #BAE3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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