#bae6bd

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

Shades of Fringy Flower #BAE6BD

Tints of Fringy Flower #BAE6BD

Color information

#BAE6BD (or 0xBAE6BD) is unknown color: approx Fringy Flower. HEX triplet: BA, E6 and BD. RGB value is (186,230,189). Sum of RGB (Red+Green+Blue) = 186+230+189=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6BD is #451942. Grayscale: #D4D4D4. Windows color (decimal): -4528451 or 12445370. OLE color: 12445370.

HSL color Cylindrical-coordinate representation of color #BAE6BD: hue angle of 124.09º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6BD is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB186230189-
CMYK0.1900.180.10
HSL124.09º46.81%81.57%-
HSV(B)124.09º19.13%90.2%-
XYZ57.7370.7158.75-
YUV212.17114.92109.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 230 (90.23% from 255) = 38.02%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=30.74%
G=38.02%
B=31.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862301890.1900.180.10124.0946.8181.57
HexBAE6BD13012A7c2f52
Octal272346275230221217457122
Binary10111010111001101011110110011010010101011111001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bae6bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bae6bd; }

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

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

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

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

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

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

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

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