#BAE6BE

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

Shades of Fringy Flower #BAE6BE

Tints of Fringy Flower #BAE6BE

Color information

#BAE6BE (or 0xBAE6BE) is unknown color: approx Fringy Flower. HEX triplet: BA, E6 and BE. RGB value is (186,230,190). Sum of RGB (Red+Green+Blue) = 186+230+190=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6BE is #451941. Grayscale: #D4D4D4. Windows color (decimal): -4528450 or 12510906. OLE color: 12510906.

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

Color convert

RGB186230190-
CMYK0.1900.170.10
HSL125.45º46.81%81.57%-
HSV(B)125.45º19.13%90.2%-
XYZ57.8470.7559.32-
YUV212.28115.42109.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 230 (90.23% from 255) = 37.95%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=30.69%
G=37.95%
B=31.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862301900.1900.170.10125.4546.8181.57
HexBAE6BE13011A7d2f52
Octal272346276230211217557122
Binary10111010111001101011111010011010001101011111011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6BE; }

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

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

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

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

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

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

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

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