#BAE5C1

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

Shades of Fringy Flower #BAE5C1

Tints of Fringy Flower #BAE5C1

Color information

#BAE5C1 (or 0xBAE5C1) is unknown color: approx Fringy Flower. HEX triplet: BA, E5 and C1. RGB value is (186,229,193). Sum of RGB (Red+Green+Blue) = 186+229+193=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5C1 is #451A3E. Grayscale: #D4D4D4. Windows color (decimal): -4528703 or 12707258. OLE color: 12707258.

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

Color convert

RGB186229193-
CMYK0.1900.160.10
HSL129.77º45.26%81.37%-
HSV(B)129.77º18.78%89.8%-
XYZ57.8970.3360.98-
YUV212.04117.25109.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 229 (89.84% from 255) = 37.66%
BLUE value IS 193 (75.78% from 255) = 31.74%
R=30.59%
G=37.66%
B=31.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862291930.1900.160.10129.7745.2681.37
HexBAE5C113010A822d51
Octal272345301230201220255121
Binary101110101110010111000001100110100001010100000101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5C1; }

 p { color: rgb(186,229,193); }

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

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

 a { background-color: rgb(186,229,193); }

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

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

 span { border-color: rgb(186,229,193); }

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