#bae6bc

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

Shades of Fringy Flower #BAE6BC

Tints of Fringy Flower #BAE6BC

Color information

#BAE6BC (or 0xBAE6BC) is unknown color: approx Fringy Flower. HEX triplet: BA, E6 and BC. RGB value is (186,230,188). Sum of RGB (Red+Green+Blue) = 186+230+188=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6BC is #451943. Grayscale: #D4D4D4. Windows color (decimal): -4528452 or 12379834. OLE color: 12379834.

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

Color convert

RGB186230188-
CMYK0.1900.180.10
HSL122.73º46.81%81.57%-
HSV(B)122.73º19.13%90.2%-
XYZ57.6270.6658.18-
YUV212.06114.42109.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 230 (90.23% from 255) = 38.08%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=30.79%
G=38.08%
B=31.13%

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
Decimal1862301880.1900.180.10122.7346.8181.57
HexBAE6BC13012A7b2f52
Octal272346274230221217357122
Binary10111010111001101011110010011010010101011110111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bae6bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bae6bc; }

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

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

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

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

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

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

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

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