Html Css Color HEX #BAEABE Fringy Flower

📋 copy color: '#BAEABE'

red 186 ◦ green 234 ◦ blue 190

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

Shades of Fringy Flower #BAEABE

Tints of Fringy Flower #BAEABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.15%

R = 30.49%
G = 38.36%
B = 31.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#BAEABE (or 0xBAEABE) is known color: Fringy Flower. HEX triplet: BA, EA and BE. RGB value is (186,234,190). Sum of RGB (Red+Green+Blue) = 186+234+190=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEABE is #451541. Grayscale: #D6D6D6. Windows color (decimal): -4527426 or 12511930. OLE color: 12511930.

HSL color Cylindrical-coordinate representation of color #BAEABE: hue angle of 125º degrees, saturation: 0.53, 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 #BAEABE is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 190 -
CMYK 0.21 0 0.19 0.08
HSL 125º 0.53% 0.82% -
HSV(B) 125º 0.21% 0.92% -
XYZ 58.97 73 59.7 -
YUV 214.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 186 234 190 0.21 0 0.19 0.08 125 0.53 0.82
Hex BA EA BE 15 0 13 8 7D 35 52
Octal 272 352 276 25 0 23 10 175 65 122
Binary 10111010 11101010 10111110 10101 0 10011 1000 1111101 110101 1010010

Color Harmonies of #BAEABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEABE

Black with #BAEABE

Text Example


Text Example

White with #BAEABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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