Html Css Color HEX #BAE5BF Fringy Flower

📋 copy color: '#BAE5BF'

red 186 ◦ green 229 ◦ blue 191

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

Shades of Fringy Flower #BAE5BF

Tints of Fringy Flower #BAE5BF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.79%

 BLUE value IS 191 (75% from 255) = 31.52%

R = 30.69%
G = 37.79%
B = 31.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#BAE5BF (or 0xBAE5BF) is known color: Fringy Flower. HEX triplet: BA, E5 and BF. RGB value is (186,229,191). Sum of RGB (Red+Green+Blue) = 186+229+191=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5BF is #451A40. Grayscale: #D3D3D3. Windows color (decimal): -4528705 or 12576186. OLE color: 12576186.

HSL color Cylindrical-coordinate representation of color #BAE5BF: hue angle of 126.98º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5BF is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 191 -
CMYK 0.19 0 0.17 0.10
HSL 126.98º 0.45% 0.81% -
HSV(B) 126.98º 0.19% 0.9% -
XYZ 57.67 70.24 59.81 -
YUV 211.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 186 229 191 0.19 0 0.17 0.10 126.98 0.45 0.81
Hex BA E5 BF 13 0 11 A 7F 2D 51
Octal 272 345 277 23 0 21 12 177 55 121
Binary 10111010 11100101 10111111 10011 0 10001 1010 1111111 101101 1010001

Color Harmonies of #BAE5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5BF

Black with #BAE5BF

Text Example


Text Example

White with #BAE5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5BF; }

 p { color: rgb(186,229,191); }

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

background-color css

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

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

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

border-color css

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

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

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