Html Css Color HEX #BAEAB9 Fringy Flower

📋 copy color: '#BAEAB9'

red 186 ◦ green 234 ◦ blue 185

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

Shades of Fringy Flower #BAEAB9

Tints of Fringy Flower #BAEAB9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.68%

 BLUE value IS 185 (72.66% from 255) = 30.58%

R = 30.74%
G = 38.68%
B = 30.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#BAEAB9 (or 0xBAEAB9) is known color: Fringy Flower. HEX triplet: BA, EA and B9. RGB value is (186,234,185). Sum of RGB (Red+Green+Blue) = 186+234+185=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAB9 is #451546. Grayscale: #D6D6D6. Windows color (decimal): -4527431 or 12184250. OLE color: 12184250.

HSL color Cylindrical-coordinate representation of color #BAEAB9: hue angle of 118.78º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAB9 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 185 -
CMYK 0.21 0 0.21 0.08
HSL 118.78º 0.54% 0.82% -
HSV(B) 118.78º 0.21% 0.92% -
XYZ 58.43 72.79 56.87 -
YUV 214.06 111.6 107.98 -
System Red Green Blue C M Y K H S L
Decimal 186 234 185 0.21 0 0.21 0.08 118.78 0.54 0.82
Hex BA EA B9 15 0 15 8 77 36 52
Octal 272 352 271 25 0 25 10 167 66 122
Binary 10111010 11101010 10111001 10101 0 10101 1000 1110111 110110 1010010

Color Harmonies of #BAEAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAB9

Black with #BAEAB9

Text Example


Text Example

White with #BAEAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAB9; }

 p { color: rgb(186,234,185); }

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

background-color css

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

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

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

border-color css

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

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

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