Html Css Color HEX #BAE7BA Fringy Flower

📋 copy color: '#BAE7BA'

red 186 ◦ green 231 ◦ blue 186

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

Shades of Fringy Flower #BAE7BA

Tints of Fringy Flower #BAE7BA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.31%

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

R = 30.85%
G = 38.31%
B = 30.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#BAE7BA (or 0xBAE7BA) is known color: Fringy Flower. HEX triplet: BA, E7 and BA. RGB value is (186,231,186). Sum of RGB (Red+Green+Blue) = 186+231+186=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7BA is #451845. Grayscale: #D4D4D4. Windows color (decimal): -4528198 or 12249018. OLE color: 12249018.

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

Color convert

RGB 186 231 186 -
CMYK 0.19 0 0.19 0.09
HSL 120º 0.48% 0.82% -
HSV(B) 120º 0.19% 0.91% -
XYZ 57.69 71.14 57.14 -
YUV 212.42 113.09 109.16 -
System Red Green Blue C M Y K H S L
Decimal 186 231 186 0.19 0 0.19 0.09 120 0.48 0.82
Hex BA E7 BA 13 0 13 9 78 30 52
Octal 272 347 272 23 0 23 11 170 60 122
Binary 10111010 11100111 10111010 10011 0 10011 1001 1111000 110000 1010010

Color Harmonies of #BAE7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE7BA

Black with #BAE7BA

Text Example


Text Example

White with #BAE7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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