#BAEAB8

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

Shades of Fringy Flower #BAEAB8

Tints of Fringy Flower #BAEAB8

Color information

#BAEAB8 (or 0xBAEAB8) is unknown color: approx Fringy Flower. HEX triplet: BA, EA and B8. RGB value is (186,234,184). Sum of RGB (Red+Green+Blue) = 186+234+184=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAB8 is #451547. Grayscale: #D6D6D6. Windows color (decimal): -4527432 or 12118714. OLE color: 12118714.

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

Color convert

RGB186234184-
CMYK0.2100.210.08
HSL117.6º54.35%81.96%-
HSV(B)117.6º21.37%91.76%-
XYZ58.3272.7556.31-
YUV213.95111.1108.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 184 (72.27% from 255) = 30.46%
R=30.79%
G=38.74%
B=30.46%

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
Decimal1862341840.2100.210.08117.654.3581.96
HexBAEAB8150158763652
Octal272352270250251016666122
Binary10111010111010101011100010101010101100011101101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAB8; }

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

 H1.HeaderClassName
 {
   color: #BAEAB8;
 }
 .AnyTagClassName
 {
   color: #BAEAB8;
 }
</style>
background-color css

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

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

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

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

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

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