#BAE8BC

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

Shades of Fringy Flower #BAE8BC

Tints of Fringy Flower #BAE8BC

Color information

#BAE8BC (or 0xBAE8BC) is unknown color: approx Fringy Flower. HEX triplet: BA, E8 and BC. RGB value is (186,232,188). Sum of RGB (Red+Green+Blue) = 186+232+188=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8BC is #451743. Grayscale: #D5D5D5. Windows color (decimal): -4527940 or 12380346. OLE color: 12380346.

HSL color Cylindrical-coordinate representation of color #BAE8BC: hue angle of 122.61º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8BC is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB186232188-
CMYK0.2000.190.09
HSL122.61º50%81.96%-
HSV(B)122.61º19.83%90.98%-
XYZ58.1871.7858.37-
YUV213.23113.76108.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=30.69%
G=38.28%
B=31.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321880.2000.190.09122.615081.96
HexBAE8BC1401397b3252
Octal272350274240231117362122
Binary10111010111010001011110010100010011100111110111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8BC; }

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

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

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

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

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

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

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

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