#BAEABC

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

Shades of Fringy Flower #BAEABC

Tints of Fringy Flower #BAEABC

Color information

#BAEABC (or 0xBAEABC) is unknown color: approx Fringy Flower. HEX triplet: BA, EA and BC. RGB value is (186,234,188). Sum of RGB (Red+Green+Blue) = 186+234+188=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEABC is #451543. Grayscale: #D6D6D6. Windows color (decimal): -4527428 or 12380858. OLE color: 12380858.

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

Color convert

RGB186234188-
CMYK0.2100.200.08
HSL122.5º53.33%82.35%-
HSV(B)122.5º20.51%91.76%-
XYZ58.7572.9258.55-
YUV214.4113.1107.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=30.59%
G=38.49%
B=30.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341880.2100.200.08122.553.3382.35
HexBAEABC1501487a3552
Octal272352274250241017265122
Binary10111010111010101011110010101010100100011110101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEABC; }

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

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

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

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

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

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

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

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