#BAF9BE

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

Shades of Fringy Flower #BAF9BE

Tints of Fringy Flower #BAF9BE

Color information

#BAF9BE (or 0xBAF9BE) is unknown color: approx Fringy Flower. HEX triplet: BA, F9 and BE. RGB value is (186,249,190). Sum of RGB (Red+Green+Blue) = 186+249+190=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9BE is #450641. Grayscale: #DFDFDF. Windows color (decimal): -4523586 or 12515770. OLE color: 12515770.

HSL color Cylindrical-coordinate representation of color #BAF9BE: hue angle of 123.81º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9BE is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB186249190-
CMYK0.2500.240.02
HSL123.81º84%85.29%-
HSV(B)123.81º25.3%97.65%-
XYZ63.4281.9161.18-
YUV223.44109.13101.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 249 (97.66% from 255) = 39.84%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=29.76%
G=39.84%
B=30.4%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862491900.2500.240.02123.818485.29
HexBAF9BE1901827c5455
Octal272371276310302174124125
Binary1011101011111001101111101100101100010111110010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9BE; }

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

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

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

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

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

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

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

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