#BAEABD

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

Shades of Fringy Flower #BAEABD

Tints of Fringy Flower #BAEABD

Color information

#BAEABD (or 0xBAEABD) is unknown color: approx Fringy Flower. HEX triplet: BA, EA and BD. RGB value is (186,234,189). Sum of RGB (Red+Green+Blue) = 186+234+189=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEABD is #451542. Grayscale: #D6D6D6. Windows color (decimal): -4527427 or 12446394. OLE color: 12446394.

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

Color convert

RGB186234189-
CMYK0.2100.190.08
HSL123.75º53.33%82.35%-
HSV(B)123.75º20.51%91.76%-
XYZ58.8672.9659.12-
YUV214.52113.6107.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=30.54%
G=38.42%
B=31.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341890.2100.190.08123.7553.3382.35
HexBAEABD1501387c3552
Octal272352275250231017465122
Binary10111010111010101011110110101010011100011111001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEABD; }

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

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

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

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

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

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

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

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