#BAF1BE

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

Shades of Fringy Flower #BAF1BE

Tints of Fringy Flower #BAF1BE

Color information

#BAF1BE (or 0xBAF1BE) is unknown color: approx Fringy Flower. HEX triplet: BA, F1 and BE. RGB value is (186,241,190). Sum of RGB (Red+Green+Blue) = 186+241+190=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1BE is #450E41. Grayscale: #DADADA. Windows color (decimal): -4525634 or 12513722. OLE color: 12513722.

HSL color Cylindrical-coordinate representation of color #BAF1BE: hue angle of 124.36º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1BE is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB186241190-
CMYK0.2300.210.05
HSL124.36º66.27%83.73%-
HSV(B)124.36º22.82%94.51%-
XYZ6177.0760.38-
YUV218.74111.78104.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=30.15%
G=39.06%
B=30.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411900.2300.210.05124.3666.2783.73
HexBAF1BE1701557c4254
Octal272361276270255174102124
Binary10111010111100011011111010111010101101111110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1BE; }

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

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

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

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

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

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

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

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