Html Css Color HEX #BAE4BA Fringy Flower

📋 copy color: '#BAE4BA'

red 186 ◦ green 228 ◦ blue 186

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

Shades of Fringy Flower #BAE4BA

Tints of Fringy Flower #BAE4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38%

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

R = 31%
G = 38%
B = 31%

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

#BAE4BA (or 0xBAE4BA) is known color: Fringy Flower. HEX triplet: BA, E4 and BA. RGB value is (186,228,186). Sum of RGB (Red+Green+Blue) = 186+228+186=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4BA is #451B45. Grayscale: #D2D2D2. Windows color (decimal): -4528966 or 12248250. OLE color: 12248250.

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

Color convert

RGB 186 228 186 -
CMYK 0.18 0 0.18 0.11
HSL 120º 0.44% 0.81% -
HSV(B) 120º 0.18% 0.89% -
XYZ 56.86 69.47 56.87 -
YUV 210.65 114.09 110.42 -
System Red Green Blue C M Y K H S L
Decimal 186 228 186 0.18 0 0.18 0.11 120 0.44 0.81
Hex BA E4 BA 12 0 12 B 78 2C 51
Octal 272 344 272 22 0 22 13 170 54 121
Binary 10111010 11100100 10111010 10010 0 10010 1011 1111000 101100 1010001

Color Harmonies of #BAE4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE4BA

Black with #BAE4BA

Text Example


Text Example

White with #BAE4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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