Html Css Color HEX #BAEABA Fringy Flower

📋 copy color: '#BAEABA'

red 186 ◦ green 234 ◦ blue 186

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

Shades of Fringy Flower #BAEABA

Tints of Fringy Flower #BAEABA

RGB

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

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

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

R = 30.69%
G = 38.61%
B = 30.69%

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

#BAEABA (or 0xBAEABA) is known color: Fringy Flower. HEX triplet: BA, EA and BA. RGB value is (186,234,186). Sum of RGB (Red+Green+Blue) = 186+234+186=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEABA is #451545. Grayscale: #D6D6D6. Windows color (decimal): -4527430 or 12249786. OLE color: 12249786.

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

Color convert

RGB 186 234 186 -
CMYK 0.21 0 0.21 0.08
HSL 120º 0.53% 0.82% -
HSV(B) 120º 0.21% 0.92% -
XYZ 58.54 72.83 57.43 -
YUV 214.18 112.1 107.9 -
System Red Green Blue C M Y K H S L
Decimal 186 234 186 0.21 0 0.21 0.08 120 0.53 0.82
Hex BA EA BA 15 0 15 8 78 35 52
Octal 272 352 272 25 0 25 10 170 65 122
Binary 10111010 11101010 10111010 10101 0 10101 1000 1111000 110101 1010010

Color Harmonies of #BAEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEABA

Black with #BAEABA

Text Example


Text Example

White with #BAEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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