#BAF8BE

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

Shades of Fringy Flower #BAF8BE

Tints of Fringy Flower #BAF8BE

Color information

#BAF8BE (or 0xBAF8BE) is unknown color: approx Fringy Flower. HEX triplet: BA, F8 and BE. RGB value is (186,248,190). Sum of RGB (Red+Green+Blue) = 186+248+190=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8BE is #450741. Grayscale: #DFDFDF. Windows color (decimal): -4523842 or 12515514. OLE color: 12515514.

HSL color Cylindrical-coordinate representation of color #BAF8BE: hue angle of 123.87º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF8BE is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB186248190-
CMYK0.2500.230.03
HSL123.87º81.58%85.1%-
HSV(B)123.87º25%97.25%-
XYZ63.1181.2961.08-
YUV222.85109.46101.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=29.81%
G=39.74%
B=30.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481900.2500.230.03123.8781.5885.1
HexBAF8BE1901737c5255
Octal272370276310273174122125
Binary1011101011111000101111101100101011111111110010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8BE; }

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

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

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

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

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

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

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

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