#BAEABA

Color #BAEABA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BAEABA

Tints of Fringy Flower #BAEABA

Color information

#BAEABA (or 0xBAEABA) is unknown color: approx 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

RGB186234186-
CMYK0.2100.210.08
HSL120º53.33%82.35%-
HSV(B)120º20.51%91.76%-
XYZ58.5472.8357.43-
YUV214.18112.1107.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 234 (91.80% 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 (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341860.2100.210.0812053.3382.35
HexBAEABA150158783552
Octal272352272250251017065122
Binary10111010111010101011101010101010101100011110001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>