#BAF0BA

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

Shades of Fringy Flower #BAF0BA

Tints of Fringy Flower #BAF0BA

Color information

#BAF0BA (or 0xBAF0BA) is unknown color: approx Fringy Flower. HEX triplet: BA, F0 and BA. RGB value is (186,240,186). Sum of RGB (Red+Green+Blue) = 186+240+186=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0BA is #450F45. Grayscale: #D9D9D9. Windows color (decimal): -4525894 or 12251322. OLE color: 12251322.

HSL color Cylindrical-coordinate representation of color #BAF0BA: hue angle of 120º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAF0BA is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB186240186-
CMYK0.2200.220.06
HSL120º64.29%83.53%-
HSV(B)120º22.5%94.12%-
XYZ60.2776.358.01-
YUV217.7110.11105.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 240 (94.14% from 255) = 39.22%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=30.39%
G=39.22%
B=30.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401860.2200.220.0612064.2983.53
HexBAF0BA160166784054
Octal272360272260266170100124
Binary10111010111100001011101010110010110110111100010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0BA; }

 p { color: rgb(186,240,186); }

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

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

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

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

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

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

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